#DA7991

Color #DA7991 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DA7991

Tints of Pale Violet Red #DA7991

Color information

#DA7991 (or 0xDA7991) is unknown color: approx Pale Violet Red. HEX triplet: DA, 79 and 91. RGB value is (218,121,145). Sum of RGB (Red+Green+Blue) = 218+121+145=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7991 is #25866E. Grayscale: #989898. Windows color (decimal): -2459247 or 9533914. OLE color: 9533914.

HSL color Cylindrical-coordinate representation of color #DA7991: hue angle of 345.15º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7991 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218121145-
CMYK00.440.330.15
HSL345.15º56.73%66.47%-
HSV(B)345.15º44.5%85.49%-
XYZ40.8630.6230.55-
YUV152.74123.64174.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 45.04%
GREEN value IS 121 (47.66% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=45.04%
G=25%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812114500.440.330.15345.1556.7366.47
HexDA799102C21F1593942
Octal332171221054411753171102
Binary11011010111100110010001010110010000111111010110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7991; }

 p { color: rgb(218,121,145); }

 H1.HeaderClassName
 {
   color: #DA7991;
 }
 .AnyTagClassName
 {
   color: #DA7991;
 }
</style>
background-color css

<style>
 a { background-color: #DA7991; }

 a { background-color: rgb(218,121,145); }

 div.DivClassName
 {
   background-color: #DA7991;
 }
 .BgClassName
 {
   background-color: #DA7991;
 }
</style>
border-color css

<style>
 span { border-color: #DA7991; }

 span { border-color: rgb(218,121,145); }

 td.TdClassName
 {
   border-color: #DA7991;
 }
 .TagClassName
 {
   border-color: #DA7991;
 }
</style>