#D297C6

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

Shades of Lilac #D297C6

Tints of Lilac #D297C6

Color information

#D297C6 (or 0xD297C6) is unknown color: approx Lilac. HEX triplet: D2, 97 and C6. RGB value is (210,151,198). Sum of RGB (Red+Green+Blue) = 210+151+198=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C6 is #2D6839. Grayscale: #ADADAD. Windows color (decimal): -2975802 or 13014994. OLE color: 13014994.

HSL color Cylindrical-coordinate representation of color #D297C6: hue angle of 312.2º 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 #D297C6 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB210151198-
CMYK00.280.060.18
HSL312.2º39.6%70.78%-
HSV(B)312.2º28.1%82.35%-
XYZ47.8439.9158.61-
YUV174141.55153.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.57%
GREEN value IS 151 (59.38% from 255) = 27.01%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=37.57%
G=27.01%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015119800.280.060.18312.239.670.78
HexD297C601C6121382847
Octal32222730603462247050107
Binary110100101001011111000110011100110100101001110001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297C6; }

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

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

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

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

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

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

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

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