Shades of Lily #D280B7
Tints of Lily #D280B7
RGB
CMYK
RGB Variations
Color information
#D280B7 (or 0xD280B7) is known color: Lily. HEX triplet: D2, 80 and B7. RGB value is (210,128,183). Sum of RGB (Red+Green+Blue) = 210+128+183=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D280B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280B7 is #2D7F48. Grayscale: #9E9E9E. Windows color (decimal): -2981705 or 12026066. OLE color: 12026066.
HSL color Cylindrical-coordinate representation of color #D280B7: hue angle of 319.76º 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 #D280B7 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 183 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.18 |
| HSL | 319.76º | 0.48% | 0.66% | - |
| HSV(B) | 319.76º | 0.39% | 0.82% | - |
| XYZ | 42.84 | 32.56 | 48.83 | - |
| YUV | 158.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 183 | 0 | 0.39 | 0.13 | 0.18 | 319.76 | 0.48 | 0.66 |
| Hex | D2 | 80 | B7 | 0 | 27 | D | 12 | 140 | 30 | 42 |
| Octal | 322 | 200 | 267 | 0 | 47 | 15 | 22 | 500 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10110111 | 0 | 100111 | 1101 | 10010 | 101000000 | 110000 | 1000010 |
Color Harmonies of #D280B7
Complementary color
Monochromatic Colors of #D280B7
Black with #D280B7
Text Example
Text Example
White with #D280B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280B7; }
p { color: rgb(210,128,183); }
H1.HeaderClassName
{
color: #D280B7;
}
.AnyTagClassName
{
color: #D280B7;
}
</style>
background-color css
<style>
a { background-color: #D280B7; }
a { background-color: rgb(210,128,183); }
div.DivClassName
{
background-color: #D280B7;
}
.BgClassName
{
background-color: #D280B7;
}
</style>
border-color css
<style>
span { border-color: #D280B7; }
span { border-color: rgb(210,128,183); }
td.TdClassName
{
border-color: #D280B7;
}
.TagClassName
{
border-color: #D280B7;
}
</style>