#D38CCD

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

Shades of Lilac #D38CCD

Tints of Lilac #D38CCD

Color information

#D38CCD (or 0xD38CCD) is unknown color: approx Lilac. HEX triplet: D3, 8C and CD. RGB value is (211,140,205). Sum of RGB (Red+Green+Blue) = 211+140+205=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CCD is #2C7332. Grayscale: #A8A8A8. Windows color (decimal): -2913075 or 13470931. OLE color: 13470931.

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

Color convert

RGB211140205-
CMYK00.340.030.17
HSL305.07º44.65%68.82%-
HSV(B)305.07º33.65%82.75%-
XYZ47.2637.0162.41-
YUV168.64148.52158.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 140 (55.08% from 255) = 25.18%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=37.95%
G=25.18%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114020500.340.030.17305.0744.6568.82
HexD38CCD0223111312d45
Octal32321431504232146155105
Binary110100111000110011001101010001011100011001100011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38CCD; }

 p { color: rgb(211,140,205); }

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

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

 a { background-color: rgb(211,140,205); }

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

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

 span { border-color: rgb(211,140,205); }

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