Shades of Lily #D287B6
Tints of Lily #D287B6
RGB
CMYK
RGB Variations
Color information
#D287B6 (or 0xD287B6) is known color: Lily. HEX triplet: D2, 87 and B6. RGB value is (210,135,182). Sum of RGB (Red+Green+Blue) = 210+135+182=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D287B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287B6 is #2D7849. Grayscale: #A2A2A2. Windows color (decimal): -2979914 or 11962322. OLE color: 11962322.
HSL color Cylindrical-coordinate representation of color #D287B6: hue angle of 322.4º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D287B6 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 182 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.18 |
| HSL | 322.4º | 0.45% | 0.68% | - |
| HSV(B) | 322.4º | 0.36% | 0.82% | - |
| XYZ | 43.69 | 34.41 | 48.59 | - |
| YUV | 162.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 182 | 0 | 0.36 | 0.13 | 0.18 | 322.4 | 0.45 | 0.68 |
| Hex | D2 | 87 | B6 | 0 | 24 | D | 12 | 142 | 2D | 44 |
| Octal | 322 | 207 | 266 | 0 | 44 | 15 | 22 | 502 | 55 | 104 |
| Binary | 11010010 | 10000111 | 10110110 | 0 | 100100 | 1101 | 10010 | 101000010 | 101101 | 1000100 |
Color Harmonies of #D287B6
Complementary color
Monochromatic Colors of #D287B6
Black with #D287B6
Text Example
Text Example
White with #D287B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287B6; }
p { color: rgb(210,135,182); }
H1.HeaderClassName
{
color: #D287B6;
}
.AnyTagClassName
{
color: #D287B6;
}
</style>
background-color css
<style>
a { background-color: #D287B6; }
a { background-color: rgb(210,135,182); }
div.DivClassName
{
background-color: #D287B6;
}
.BgClassName
{
background-color: #D287B6;
}
</style>
border-color css
<style>
span { border-color: #D287B6; }
span { border-color: rgb(210,135,182); }
td.TdClassName
{
border-color: #D287B6;
}
.TagClassName
{
border-color: #D287B6;
}
</style>