#D297CF

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

Shades of Lilac #D297CF

Tints of Lilac #D297CF

Color information

#D297CF (or 0xD297CF) is unknown color: approx Lilac. HEX triplet: D2, 97 and CF. RGB value is (210,151,207). Sum of RGB (Red+Green+Blue) = 210+151+207=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CF is #2D6830. Grayscale: #AEAEAE. Windows color (decimal): -2975793 or 13604818. OLE color: 13604818.

HSL color Cylindrical-coordinate representation of color #D297CF: hue angle of 303.05º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D297CF is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210151207-
CMYK00.280.010.18
HSL303.05º39.6%70.78%-
HSV(B)303.05º28.1%82.35%-
XYZ48.9140.3464.24-
YUV175.02146.05152.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=36.97%
G=26.58%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015120700.280.010.18303.0539.670.78
HexD297CF01C11212f2847
Octal32222731703412245750107
Binary1101001010010111110011110111001100101001011111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297CF; }

 p { color: rgb(210,151,207); }

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

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

 a { background-color: rgb(210,151,207); }

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

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

 span { border-color: rgb(210,151,207); }

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