#D297C3

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

Shades of Lilac #D297C3

Tints of Lilac #D297C3

Color information

#D297C3 (or 0xD297C3) is unknown color: approx Lilac. HEX triplet: D2, 97 and C3. RGB value is (210,151,195). Sum of RGB (Red+Green+Blue) = 210+151+195=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D297C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297C3 is #2D683C. Grayscale: #ADADAD. Windows color (decimal): -2975805 or 12818386. OLE color: 12818386.

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

Color convert

RGB210151195-
CMYK00.280.070.18
HSL315.25º39.6%70.78%-
HSV(B)315.25º28.1%82.35%-
XYZ47.539.7756.8-
YUV173.66140.05153.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=37.77%
G=27.16%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015119500.280.070.18315.2539.670.78
HexD297C301C71213b2847
Octal32222730303472247350107
Binary110100101001011111000011011100111100101001110111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297C3; }

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

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

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

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

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

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

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

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