Shades of Lily #D285B9
Tints of Lily #D285B9
RGB
CMYK
RGB Variations
Color information
#D285B9 (or 0xD285B9) is known color: Lily. HEX triplet: D2, 85 and B9. RGB value is (210,133,185). Sum of RGB (Red+Green+Blue) = 210+133+185=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D285B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285B9 is #2D7A46. Grayscale: #A1A1A1. Windows color (decimal): -2980423 or 12158418. OLE color: 12158418.
HSL color Cylindrical-coordinate representation of color #D285B9: hue angle of 319.48º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D285B9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 185 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.18 |
| HSL | 319.48º | 0.46% | 0.67% | - |
| HSV(B) | 319.48º | 0.37% | 0.82% | - |
| XYZ | 43.72 | 33.98 | 50.15 | - |
| YUV | 161.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 185 | 0 | 0.37 | 0.12 | 0.18 | 319.48 | 0.46 | 0.67 |
| Hex | D2 | 85 | B9 | 0 | 25 | C | 12 | 13F | 2E | 43 |
| Octal | 322 | 205 | 271 | 0 | 45 | 14 | 22 | 477 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10111001 | 0 | 100101 | 1100 | 10010 | 100111111 | 101110 | 1000011 |
Color Harmonies of #D285B9
Complementary color
Monochromatic Colors of #D285B9
Black with #D285B9
Text Example
Text Example
White with #D285B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285B9; }
p { color: rgb(210,133,185); }
H1.HeaderClassName
{
color: #D285B9;
}
.AnyTagClassName
{
color: #D285B9;
}
</style>
background-color css
<style>
a { background-color: #D285B9; }
a { background-color: rgb(210,133,185); }
div.DivClassName
{
background-color: #D285B9;
}
.BgClassName
{
background-color: #D285B9;
}
</style>
border-color css
<style>
span { border-color: #D285B9; }
span { border-color: rgb(210,133,185); }
td.TdClassName
{
border-color: #D285B9;
}
.TagClassName
{
border-color: #D285B9;
}
</style>