Shades of Lily #D282B6
Tints of Lily #D282B6
RGB
CMYK
RGB Variations
Color information
#D282B6 (or 0xD282B6) is known color: Lily. HEX triplet: D2, 82 and B6. RGB value is (210,130,182). Sum of RGB (Red+Green+Blue) = 210+130+182=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D282B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282B6 is #2D7D49. Grayscale: #9F9F9F. Windows color (decimal): -2981194 or 11961042. OLE color: 11961042.
HSL color Cylindrical-coordinate representation of color #D282B6: hue angle of 321º 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 #D282B6 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 182 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.18 |
| HSL | 321º | 0.47% | 0.67% | - |
| HSV(B) | 321º | 0.38% | 0.82% | - |
| XYZ | 43 | 33.04 | 48.37 | - |
| YUV | 159.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 182 | 0 | 0.38 | 0.13 | 0.18 | 321 | 0.47 | 0.67 |
| Hex | D2 | 82 | B6 | 0 | 26 | D | 12 | 141 | 2F | 43 |
| Octal | 322 | 202 | 266 | 0 | 46 | 15 | 22 | 501 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10110110 | 0 | 100110 | 1101 | 10010 | 101000001 | 101111 | 1000011 |
Color Harmonies of #D282B6
Complementary color
Monochromatic Colors of #D282B6
Black with #D282B6
Text Example
Text Example
White with #D282B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282B6; }
p { color: rgb(210,130,182); }
H1.HeaderClassName
{
color: #D282B6;
}
.AnyTagClassName
{
color: #D282B6;
}
</style>
background-color css
<style>
a { background-color: #D282B6; }
a { background-color: rgb(210,130,182); }
div.DivClassName
{
background-color: #D282B6;
}
.BgClassName
{
background-color: #D282B6;
}
</style>
border-color css
<style>
span { border-color: #D282B6; }
span { border-color: rgb(210,130,182); }
td.TdClassName
{
border-color: #D282B6;
}
.TagClassName
{
border-color: #D282B6;
}
</style>