#D28ABD

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

Shades of Lily #D28ABD

Tints of Lily #D28ABD

Color information

#D28ABD (or 0xD28ABD) is unknown color: approx Lily. HEX triplet: D2, 8A and BD. RGB value is (210,138,189). Sum of RGB (Red+Green+Blue) = 210+138+189=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ABD is #2D7542. Grayscale: #A5A5A5. Windows color (decimal): -2979139 or 12421842. OLE color: 12421842.

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

Color convert

RGB210138189-
CMYK00.340.100.18
HSL317.5º44.44%68.24%-
HSV(B)317.5º34.29%82.35%-
XYZ44.8535.5552.64-
YUV165.34141.35159.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=39.11%
G=25.70%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013818900.340.100.18317.544.4468.24
HexD28ABD022A1213e2c44
Octal322212275042122247654104
Binary11010010100010101011110101000101010100101001111101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ABD; }

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

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

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

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

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

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

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

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