#D4A0C9

Color #D4A0C9 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D4A0C9

Tints of Lilac #D4A0C9

Color information

#D4A0C9 (or 0xD4A0C9) is unknown color: approx Lilac. HEX triplet: D4, A0 and C9. RGB value is (212,160,201). Sum of RGB (Red+Green+Blue) = 212+160+201=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0C9 is #2B5F36. Grayscale: #B4B4B4. Windows color (decimal): -2842423 or 13213908. OLE color: 13213908.

HSL color Cylindrical-coordinate representation of color #D4A0C9: hue angle of 312.69º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0C9 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212160201-
CMYK00.250.050.17
HSL312.69º37.68%72.94%-
HSV(B)312.69º24.53%83.14%-
XYZ50.2643.3660.98-
YUV180.22139.73150.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 160 (62.89% from 255) = 27.92%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=37.00%
G=27.92%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216020100.250.050.17312.6937.6872.94
HexD4A0C90195111392649
Octal32424031103152147146111
Binary110101001010000011001001011001101100011001110011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A0C9; }

 p { color: rgb(212,160,201); }

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

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

 a { background-color: rgb(212,160,201); }

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

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

 span { border-color: rgb(212,160,201); }

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