Shades of Lily #D280B9
Tints of Lily #D280B9
RGB
CMYK
RGB Variations
Color information
#D280B9 (or 0xD280B9) is known color: Lily. HEX triplet: D2, 80 and B9. RGB value is (210,128,185). Sum of RGB (Red+Green+Blue) = 210+128+185=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D280B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280B9 is #2D7F46. Grayscale: #9E9E9E. Windows color (decimal): -2981703 or 12157138. OLE color: 12157138.
HSL color Cylindrical-coordinate representation of color #D280B9: hue angle of 318.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280B9 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 185 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.18 |
| HSL | 318.29º | 0.48% | 0.66% | - |
| HSV(B) | 318.29º | 0.39% | 0.82% | - |
| XYZ | 43.05 | 32.64 | 49.93 | - |
| YUV | 159.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 185 | 0 | 0.39 | 0.12 | 0.18 | 318.29 | 0.48 | 0.66 |
| Hex | D2 | 80 | B9 | 0 | 27 | C | 12 | 13E | 30 | 42 |
| Octal | 322 | 200 | 271 | 0 | 47 | 14 | 22 | 476 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10111001 | 0 | 100111 | 1100 | 10010 | 100111110 | 110000 | 1000010 |
Color Harmonies of #D280B9
Complementary color
Monochromatic Colors of #D280B9
Black with #D280B9
Text Example
Text Example
White with #D280B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280B9; }
p { color: rgb(210,128,185); }
H1.HeaderClassName
{
color: #D280B9;
}
.AnyTagClassName
{
color: #D280B9;
}
</style>
background-color css
<style>
a { background-color: #D280B9; }
a { background-color: rgb(210,128,185); }
div.DivClassName
{
background-color: #D280B9;
}
.BgClassName
{
background-color: #D280B9;
}
</style>
border-color css
<style>
span { border-color: #D280B9; }
span { border-color: rgb(210,128,185); }
td.TdClassName
{
border-color: #D280B9;
}
.TagClassName
{
border-color: #D280B9;
}
</style>