#D997C9

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

Shades of Lilac #D997C9

Tints of Lilac #D997C9

Color information

#D997C9 (or 0xD997C9) is unknown color: approx Lilac. HEX triplet: D9, 97 and C9. RGB value is (217,151,201). Sum of RGB (Red+Green+Blue) = 217+151+201=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D997C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997C9 is #266836. Grayscale: #B0B0B0. Windows color (decimal): -2517047 or 13211609. OLE color: 13211609.

HSL color Cylindrical-coordinate representation of color #D997C9: hue angle of 314.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997C9 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217151201-
CMYK00.300.070.15
HSL314.55º46.48%72.16%-
HSV(B)314.55º30.41%85.1%-
XYZ50.2241.160.54-
YUV176.43141.87156.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=38.14%
G=26.54%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715120100.300.070.15314.5546.4872.16
HexD997C901E7F13b2e48
Octal33122731103671747356110
Binary11011001100101111100100101111011111111001110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997C9; }

 p { color: rgb(217,151,201); }

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

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

 a { background-color: rgb(217,151,201); }

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

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

 span { border-color: rgb(217,151,201); }

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