#D392CB

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

Shades of Lilac #D392CB

Tints of Lilac #D392CB

Color information

#D392CB (or 0xD392CB) is unknown color: approx Lilac. HEX triplet: D3, 92 and CB. RGB value is (211,146,203). Sum of RGB (Red+Green+Blue) = 211+146+203=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D392CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392CB is #2C6D34. Grayscale: #ABABAB. Windows color (decimal): -2911541 or 13341395. OLE color: 13341395.

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

Color convert

RGB211146203-
CMYK00.310.040.17
HSL307.38º42.48%70%-
HSV(B)307.38º30.81%82.75%-
XYZ47.9238.7261.45-
YUV171.93145.53155.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.68%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=37.68%
G=26.07%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114620300.310.040.17307.3842.4870
HexD392CB01F4111332a46
Octal32322231303742146352106
Binary110100111001001011001011011111100100011001100111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D392CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D392CB; }

 p { color: rgb(211,146,203); }

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

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

 a { background-color: rgb(211,146,203); }

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

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

 span { border-color: rgb(211,146,203); }

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