#D28ABE

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

Shades of Lily #D28ABE

Tints of Lily #D28ABE

Color information

#D28ABE (or 0xD28ABE) is unknown color: approx Lily. HEX triplet: D2, 8A and BE. RGB value is (210,138,190). Sum of RGB (Red+Green+Blue) = 210+138+190=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ABE is #2D7541. Grayscale: #A5A5A5. Windows color (decimal): -2979138 or 12487378. OLE color: 12487378.

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

Color convert

RGB210138190-
CMYK00.340.100.18
HSL316.67º44.44%68.24%-
HSV(B)316.67º34.29%82.35%-
XYZ44.9635.653.22-
YUV165.46141.85159.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=39.03%
G=25.65%
B=35.32%

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
Decimal21013819000.340.100.18316.6744.4468.24
HexD28ABE022A1213d2c44
Octal322212276042122247554104
Binary11010010100010101011111001000101010100101001111011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ABE; }

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

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

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

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

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

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

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

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