#D28AB5

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

Shades of Lily #D28AB5

Tints of Lily #D28AB5

Color information

#D28AB5 (or 0xD28AB5) is unknown color: approx Lily. HEX triplet: D2, 8A and B5. RGB value is (210,138,181). Sum of RGB (Red+Green+Blue) = 210+138+181=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB5 is #2D754A. Grayscale: #A4A4A4. Windows color (decimal): -2979147 or 11897554. OLE color: 11897554.

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

Color convert

RGB210138181-
CMYK00.340.140.18
HSL324.17º44.44%68.24%-
HSV(B)324.17º34.29%82.35%-
XYZ44.0135.2148.19-
YUV164.43137.35160.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=39.70%
G=26.09%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013818100.340.140.18324.1744.4468.24
HexD28AB5022E121442c44
Octal322212265042162250454104
Binary11010010100010101011010101000101110100101010001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28AB5; }

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

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

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

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

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

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

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

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