#D397CA

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

Shades of Lilac #D397CA

Tints of Lilac #D397CA

Color information

#D397CA (or 0xD397CA) is unknown color: approx Lilac. HEX triplet: D3, 97 and CA. RGB value is (211,151,202). Sum of RGB (Red+Green+Blue) = 211+151+202=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D397CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D397CA is #2C6835. Grayscale: #AEAEAE. Windows color (decimal): -2910262 or 13277139. OLE color: 13277139.

HSL color Cylindrical-coordinate representation of color #D397CA: hue angle of 309º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D397CA is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211151202-
CMYK00.280.040.17
HSL309º40.54%70.98%-
HSV(B)309º28.44%82.75%-
XYZ48.5940.2561.08-
YUV174.75143.38153.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=37.41%
G=26.77%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115120200.280.040.1730940.5470.98
HexD397CA01C4111352947
Octal32322731203442146551107
Binary110100111001011111001010011100100100011001101011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397CA; }

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

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

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

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

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

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

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

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