#D28ACC

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

Shades of Lilac #D28ACC

Tints of Lilac #D28ACC

Color information

#D28ACC (or 0xD28ACC) is unknown color: approx Lilac. HEX triplet: D2, 8A and CC. RGB value is (210,138,204). Sum of RGB (Red+Green+Blue) = 210+138+204=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ACC is #2D7533. Grayscale: #A6A6A6. Windows color (decimal): -2979124 or 13404882. OLE color: 13404882.

HSL color Cylindrical-coordinate representation of color #D28ACC: hue angle of 305º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28ACC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210138204-
CMYK00.340.030.18
HSL305º44.44%68.24%-
HSV(B)305º34.29%82.35%-
XYZ46.5736.2461.67-
YUV167.05148.85158.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.04%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=38.04%
G=25%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013820400.340.030.1830544.4468.24
HexD28ACC0223121312c44
Octal32221231404232246154104
Binary110100101000101011001100010001011100101001100011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ACC; }

 p { color: rgb(210,138,204); }

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

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

 a { background-color: rgb(210,138,204); }

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

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

 span { border-color: rgb(210,138,204); }

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