Shades of Lily #D280B6
Tints of Lily #D280B6
RGB
CMYK
RGB Variations
Color information
#D280B6 (or 0xD280B6) is known color: Lily. HEX triplet: D2, 80 and B6. RGB value is (210,128,182). Sum of RGB (Red+Green+Blue) = 210+128+182=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D280B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280B6 is #2D7F49. Grayscale: #9E9E9E. Windows color (decimal): -2981706 or 11960530. OLE color: 11960530.
HSL color Cylindrical-coordinate representation of color #D280B6: hue angle of 320.49º 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 #D280B6 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 182 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.18 |
| HSL | 320.49º | 0.48% | 0.66% | - |
| HSV(B) | 320.49º | 0.39% | 0.82% | - |
| XYZ | 42.74 | 32.52 | 48.28 | - |
| YUV | 158.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 182 | 0 | 0.39 | 0.13 | 0.18 | 320.49 | 0.48 | 0.66 |
| Hex | D2 | 80 | B6 | 0 | 27 | D | 12 | 140 | 30 | 42 |
| Octal | 322 | 200 | 266 | 0 | 47 | 15 | 22 | 500 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10110110 | 0 | 100111 | 1101 | 10010 | 101000000 | 110000 | 1000010 |
Color Harmonies of #D280B6
Complementary color
Monochromatic Colors of #D280B6
Black with #D280B6
Text Example
Text Example
White with #D280B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280B6; }
p { color: rgb(210,128,182); }
H1.HeaderClassName
{
color: #D280B6;
}
.AnyTagClassName
{
color: #D280B6;
}
</style>
background-color css
<style>
a { background-color: #D280B6; }
a { background-color: rgb(210,128,182); }
div.DivClassName
{
background-color: #D280B6;
}
.BgClassName
{
background-color: #D280B6;
}
</style>
border-color css
<style>
span { border-color: #D280B6; }
span { border-color: rgb(210,128,182); }
td.TdClassName
{
border-color: #D280B6;
}
.TagClassName
{
border-color: #D280B6;
}
</style>