#D38BCC

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

Shades of Lilac #D38BCC

Tints of Lilac #D38BCC

Color information

#D38BCC (or 0xD38BCC) is unknown color: approx Lilac. HEX triplet: D3, 8B and CC. RGB value is (211,139,204). Sum of RGB (Red+Green+Blue) = 211+139+204=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 211 - color contains mainly: red. Hex color #D38BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BCC is #2C7433. Grayscale: #A7A7A7. Windows color (decimal): -2913332 or 13405139. OLE color: 13405139.

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

Color convert

RGB211139204-
CMYK00.340.030.17
HSL305.83º45%68.63%-
HSV(B)305.83º34.12%82.75%-
XYZ4736.6761.73-
YUV167.94148.35158.71-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 139 (54.69% from 255) = 25.09%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=38.09%
G=25.09%
B=36.82%

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
Decimal21113920400.340.030.17305.834568.63
HexD38BCC0223111322d45
Octal32321331404232146255105
Binary110100111000101111001100010001011100011001100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38BCC; }

 p { color: rgb(211,139,204); }

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

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

 a { background-color: rgb(211,139,204); }

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

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

 span { border-color: rgb(211,139,204); }

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