#D28ABF

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

Shades of Lily #D28ABF

Tints of Lily #D28ABF

Color information

#D28ABF (or 0xD28ABF) is unknown color: approx Lily. HEX triplet: D2, 8A and BF. RGB value is (210,138,191). Sum of RGB (Red+Green+Blue) = 210+138+191=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ABF is #2D7540. Grayscale: #A5A5A5. Windows color (decimal): -2979137 or 12552914. OLE color: 12552914.

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

Color convert

RGB210138191-
CMYK00.340.090.18
HSL315.83º44.44%68.24%-
HSV(B)315.83º34.29%82.35%-
XYZ45.0735.6453.79-
YUV165.57142.35159.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 191 (75% from 255) = 35.44%
R=38.96%
G=25.60%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013819100.340.090.18315.8344.4468.24
HexD28ABF02291213c2c44
Octal322212277042112247454104
Binary11010010100010101011111101000101001100101001111001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28ABF; }

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

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

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

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

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

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

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

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