#D396CF

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

Shades of Lilac #D396CF

Tints of Lilac #D396CF

Color information

#D396CF (or 0xD396CF) is unknown color: approx Lilac. HEX triplet: D3, 96 and CF. RGB value is (211,150,207). Sum of RGB (Red+Green+Blue) = 211+150+207=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 211 - color contains mainly: red. Hex color #D396CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396CF is #2C6930. Grayscale: #AEAEAE. Windows color (decimal): -2910513 or 13604563. OLE color: 13604563.

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

Color convert

RGB211150207-
CMYK00.290.020.17
HSL303.93º40.94%70.78%-
HSV(B)303.93º28.91%82.75%-
XYZ49.0340.1764.2-
YUV174.74146.21153.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.15%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=37.15%
G=26.41%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115020700.290.020.17303.9340.9470.78
HexD396CF01D2111302947
Octal32322631703522146051107
Binary11010011100101101100111101110110100011001100001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396CF; }

 p { color: rgb(211,150,207); }

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

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

 a { background-color: rgb(211,150,207); }

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

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

 span { border-color: rgb(211,150,207); }

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