#D297CA

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

Shades of Lilac #D297CA

Tints of Lilac #D297CA

Color information

#D297CA (or 0xD297CA) is unknown color: approx Lilac. HEX triplet: D2, 97 and CA. RGB value is (210,151,202). Sum of RGB (Red+Green+Blue) = 210+151+202=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D297CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297CA is #2D6835. Grayscale: #AEAEAE. Windows color (decimal): -2975798 or 13277138. OLE color: 13277138.

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

Color convert

RGB210151202-
CMYK00.280.040.18
HSL308.14º39.6%70.78%-
HSV(B)308.14º28.1%82.35%-
XYZ48.3140.161.07-
YUV174.46143.55153.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.30%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=37.30%
G=26.82%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015120200.280.040.18308.1439.670.78
HexD297CA01C4121342847
Octal32222731203442246450107
Binary110100101001011111001010011100100100101001101001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297CA; }

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

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

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

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

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

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

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

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