#D28AC5

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

Shades of Lilac #D28AC5

Tints of Lilac #D28AC5

Color information

#D28AC5 (or 0xD28AC5) is unknown color: approx Lilac. HEX triplet: D2, 8A and C5. RGB value is (210,138,197). Sum of RGB (Red+Green+Blue) = 210+138+197=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AC5 is #2D753A. Grayscale: #A6A6A6. Windows color (decimal): -2979131 or 12946130. OLE color: 12946130.

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

Color convert

RGB210138197-
CMYK00.340.060.18
HSL310.83º44.44%68.24%-
HSV(B)310.83º34.29%82.35%-
XYZ45.7435.9157.34-
YUV166.25145.35159.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=38.53%
G=25.32%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013819700.340.060.18310.8344.4468.24
HexD28AC50226121372c44
Octal32221230504262246754104
Binary1101001010001010110001010100010110100101001101111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AC5; }

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

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

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

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

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

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

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

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