#D38DCC

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

Shades of Lilac #D38DCC

Tints of Lilac #D38DCC

Color information

#D38DCC (or 0xD38DCC) is unknown color: approx Lilac. HEX triplet: D3, 8D and CC. RGB value is (211,141,204). Sum of RGB (Red+Green+Blue) = 211+141+204=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DCC is #2C7233. Grayscale: #A8A8A8. Windows color (decimal): -2912820 or 13405651. OLE color: 13405651.

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

Color convert

RGB211141204-
CMYK00.330.030.17
HSL306º44.3%69.02%-
HSV(B)306º33.18%82.75%-
XYZ47.2937.2661.83-
YUV169.11147.69157.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=37.95%
G=25.36%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114120400.330.030.1730644.369.02
HexD38DCC0213111322c45
Octal32321531404132146254105
Binary110100111000110111001100010000111100011001100101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DCC; }

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

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

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

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

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

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

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

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