Shades of Lily #D282B7
Tints of Lily #D282B7
RGB
CMYK
RGB Variations
Color information
#D282B7 (or 0xD282B7) is known color: Lily. HEX triplet: D2, 82 and B7. RGB value is (210,130,183). Sum of RGB (Red+Green+Blue) = 210+130+183=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D282B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282B7 is #2D7D48. Grayscale: #9F9F9F. Windows color (decimal): -2981193 or 12026578. OLE color: 12026578.
HSL color Cylindrical-coordinate representation of color #D282B7: hue angle of 320.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D282B7 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 183 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.18 |
| HSL | 320.25º | 0.47% | 0.67% | - |
| HSV(B) | 320.25º | 0.38% | 0.82% | - |
| XYZ | 43.11 | 33.09 | 48.91 | - |
| YUV | 159.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 183 | 0 | 0.38 | 0.13 | 0.18 | 320.25 | 0.47 | 0.67 |
| Hex | D2 | 82 | B7 | 0 | 26 | D | 12 | 140 | 2F | 43 |
| Octal | 322 | 202 | 267 | 0 | 46 | 15 | 22 | 500 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10110111 | 0 | 100110 | 1101 | 10010 | 101000000 | 101111 | 1000011 |
Color Harmonies of #D282B7
Complementary color
Monochromatic Colors of #D282B7
Black with #D282B7
Text Example
Text Example
White with #D282B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282B7; }
p { color: rgb(210,130,183); }
H1.HeaderClassName
{
color: #D282B7;
}
.AnyTagClassName
{
color: #D282B7;
}
</style>
background-color css
<style>
a { background-color: #D282B7; }
a { background-color: rgb(210,130,183); }
div.DivClassName
{
background-color: #D282B7;
}
.BgClassName
{
background-color: #D282B7;
}
</style>
border-color css
<style>
span { border-color: #D282B7; }
span { border-color: rgb(210,130,183); }
td.TdClassName
{
border-color: #D282B7;
}
.TagClassName
{
border-color: #D282B7;
}
</style>