#D28DB6

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

Shades of Lily #D28DB6

Tints of Lily #D28DB6

Color information

#D28DB6 (or 0xD28DB6) is unknown color: approx Lily. HEX triplet: D2, 8D and B6. RGB value is (210,141,182). Sum of RGB (Red+Green+Blue) = 210+141+182=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DB6 is #2D7249. Grayscale: #A6A6A6. Windows color (decimal): -2978378 or 11963858. OLE color: 11963858.

HSL color Cylindrical-coordinate representation of color #D28DB6: hue angle of 324.35º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DB6 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210141182-
CMYK00.330.130.18
HSL324.35º43.4%68.82%-
HSV(B)324.35º32.86%82.35%-
XYZ44.5536.1348.88-
YUV166.3136.86159.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=39.40%
G=26.45%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014118200.330.130.18324.3543.468.82
HexD28DB6021D121442b45
Octal322215266041152250453105
Binary11010010100011011011011001000011101100101010001001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DB6; }

 p { color: rgb(210,141,182); }

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

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

 a { background-color: rgb(210,141,182); }

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

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

 span { border-color: rgb(210,141,182); }

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