Shades of Lily #D287BD
Tints of Lily #D287BD
RGB
CMYK
RGB Variations
Color information
#D287BD (or 0xD287BD) is known color: Lily. HEX triplet: D2, 87 and BD. RGB value is (210,135,189). Sum of RGB (Red+Green+Blue) = 210+135+189=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D287BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287BD is #2D7842. Grayscale: #A3A3A3. Windows color (decimal): -2979907 or 12421074. OLE color: 12421074.
HSL color Cylindrical-coordinate representation of color #D287BD: hue angle of 316.8º 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 #D287BD is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 189 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.18 |
| HSL | 316.8º | 0.45% | 0.68% | - |
| HSV(B) | 316.8º | 0.36% | 0.82% | - |
| XYZ | 44.43 | 34.7 | 52.5 | - |
| YUV | 163.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 189 | 0 | 0.36 | 0.10 | 0.18 | 316.8 | 0.45 | 0.68 |
| Hex | D2 | 87 | BD | 0 | 24 | A | 12 | 13D | 2D | 44 |
| Octal | 322 | 207 | 275 | 0 | 44 | 12 | 22 | 475 | 55 | 104 |
| Binary | 11010010 | 10000111 | 10111101 | 0 | 100100 | 1010 | 10010 | 100111101 | 101101 | 1000100 |
Color Harmonies of #D287BD
Complementary color
Monochromatic Colors of #D287BD
Black with #D287BD
Text Example
Text Example
White with #D287BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D287BD; }
p { color: rgb(210,135,189); }
H1.HeaderClassName
{
color: #D287BD;
}
.AnyTagClassName
{
color: #D287BD;
}
</style>
background-color css
<style>
a { background-color: #D287BD; }
a { background-color: rgb(210,135,189); }
div.DivClassName
{
background-color: #D287BD;
}
.BgClassName
{
background-color: #D287BD;
}
</style>
border-color css
<style>
span { border-color: #D287BD; }
span { border-color: rgb(210,135,189); }
td.TdClassName
{
border-color: #D287BD;
}
.TagClassName
{
border-color: #D287BD;
}
</style>