#D396C6

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

Shades of Lilac #D396C6

Tints of Lilac #D396C6

Color information

#D396C6 (or 0xD396C6) is unknown color: approx Lilac. HEX triplet: D3, 96 and C6. RGB value is (211,150,198). Sum of RGB (Red+Green+Blue) = 211+150+198=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D396C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396C6 is #2C6939. Grayscale: #ADADAD. Windows color (decimal): -2910522 or 13014739. OLE color: 13014739.

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

Color convert

RGB211150198-
CMYK00.290.060.17
HSL312.79º40.94%70.78%-
HSV(B)312.79º28.91%82.75%-
XYZ47.9639.7458.57-
YUV173.71141.71154.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=37.75%
G=26.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115019800.290.060.17312.7940.9470.78
HexD396C601D6111392947
Octal32322630603562147151107
Binary110100111001011011000110011101110100011001110011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396C6; }

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

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

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

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

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

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

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

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