#D997CA

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

Shades of Lilac #D997CA

Tints of Lilac #D997CA

Color information

#D997CA (or 0xD997CA) is unknown color: approx Lilac. HEX triplet: D9, 97 and CA. RGB value is (217,151,202). Sum of RGB (Red+Green+Blue) = 217+151+202=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D997CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997CA is #266835. Grayscale: #B0B0B0. Windows color (decimal): -2517046 or 13277145. OLE color: 13277145.

HSL color Cylindrical-coordinate representation of color #D997CA: hue angle of 313.64º 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 #D997CA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217151202-
CMYK00.300.070.15
HSL313.64º46.48%72.16%-
HSV(B)313.64º30.41%85.1%-
XYZ50.3441.1561.17-
YUV176.55142.37156.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=38.07%
G=26.49%
B=35.44%

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
Decimal21715120200.300.070.15313.6446.4872.16
HexD997CA01E7F13a2e48
Octal33122731203671747256110
Binary11011001100101111100101001111011111111001110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D997CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D997CA; }

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

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

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

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

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

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

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

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