Shades of Lily #D28BB8
Tints of Lily #D28BB8
RGB
CMYK
RGB Variations
Color information
#D28BB8 (or 0xD28BB8) is known color: Lily. HEX triplet: D2, 8B and B8. RGB value is (210,139,184). Sum of RGB (Red+Green+Blue) = 210+139+184=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BB8 is #2D7447. Grayscale: #A5A5A5. Windows color (decimal): -2978888 or 12094418. OLE color: 12094418.
HSL color Cylindrical-coordinate representation of color #D28BB8: hue angle of 321.97º 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 #D28BB8 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 184 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.18 |
| HSL | 321.97º | 0.44% | 0.68% | - |
| HSV(B) | 321.97º | 0.34% | 0.82% | - |
| XYZ | 44.46 | 35.63 | 49.88 | - |
| YUV | 165.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 184 | 0 | 0.34 | 0.12 | 0.18 | 321.97 | 0.44 | 0.68 |
| Hex | D2 | 8B | B8 | 0 | 22 | C | 12 | 142 | 2C | 44 |
| Octal | 322 | 213 | 270 | 0 | 42 | 14 | 22 | 502 | 54 | 104 |
| Binary | 11010010 | 10001011 | 10111000 | 0 | 100010 | 1100 | 10010 | 101000010 | 101100 | 1000100 |
Color Harmonies of #D28BB8
Complementary color
Monochromatic Colors of #D28BB8
Black with #D28BB8
Text Example
Text Example
White with #D28BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BB8; }
p { color: rgb(210,139,184); }
H1.HeaderClassName
{
color: #D28BB8;
}
.AnyTagClassName
{
color: #D28BB8;
}
</style>
background-color css
<style>
a { background-color: #D28BB8; }
a { background-color: rgb(210,139,184); }
div.DivClassName
{
background-color: #D28BB8;
}
.BgClassName
{
background-color: #D28BB8;
}
</style>
border-color css
<style>
span { border-color: #D28BB8; }
span { border-color: rgb(210,139,184); }
td.TdClassName
{
border-color: #D28BB8;
}
.TagClassName
{
border-color: #D28BB8;
}
</style>