#D38ED0

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

Shades of Lilac #D38ED0

Tints of Lilac #D38ED0

Color information

#D38ED0 (or 0xD38ED0) is unknown color: approx Lilac. HEX triplet: D3, 8E and D0. RGB value is (211,142,208). Sum of RGB (Red+Green+Blue) = 211+142+208=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 211 - color contains mainly: red. Hex color #D38ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ED0 is #2C712F. Grayscale: #A9A9A9. Windows color (decimal): -2912560 or 13668051. OLE color: 13668051.

HSL color Cylindrical-coordinate representation of color #D38ED0: hue angle of 302.61º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38ED0 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211142208-
CMYK00.330.010.17
HSL302.61º43.95%69.22%-
HSV(B)302.61º32.7%82.75%-
XYZ47.9237.7564.44-
YUV170.15149.36157.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.61%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=37.61%
G=25.31%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114220800.330.010.17302.6143.9569.22
HexD38ED002111112f2c45
Octal32321632004112145754105
Binary11010011100011101101000001000011100011001011111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38ED0; }

 p { color: rgb(211,142,208); }

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

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

 a { background-color: rgb(211,142,208); }

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

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

 span { border-color: rgb(211,142,208); }

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