Shades of Lily #D285B7
Tints of Lily #D285B7
RGB
CMYK
RGB Variations
Color information
#D285B7 (or 0xD285B7) is known color: Lily. HEX triplet: D2, 85 and B7. RGB value is (210,133,183). Sum of RGB (Red+Green+Blue) = 210+133+183=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D285B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285B7 is #2D7A48. Grayscale: #A1A1A1. Windows color (decimal): -2980425 or 12027346. OLE color: 12027346.
HSL color Cylindrical-coordinate representation of color #D285B7: hue angle of 321.04º 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 #D285B7 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 183 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.18 |
| HSL | 321.04º | 0.46% | 0.67% | - |
| HSV(B) | 321.04º | 0.37% | 0.82% | - |
| XYZ | 43.51 | 33.9 | 49.05 | - |
| YUV | 161.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 183 | 0 | 0.37 | 0.13 | 0.18 | 321.04 | 0.46 | 0.67 |
| Hex | D2 | 85 | B7 | 0 | 25 | D | 12 | 141 | 2E | 43 |
| Octal | 322 | 205 | 267 | 0 | 45 | 15 | 22 | 501 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10110111 | 0 | 100101 | 1101 | 10010 | 101000001 | 101110 | 1000011 |
Color Harmonies of #D285B7
Complementary color
Monochromatic Colors of #D285B7
Black with #D285B7
Text Example
Text Example
White with #D285B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285B7; }
p { color: rgb(210,133,183); }
H1.HeaderClassName
{
color: #D285B7;
}
.AnyTagClassName
{
color: #D285B7;
}
</style>
background-color css
<style>
a { background-color: #D285B7; }
a { background-color: rgb(210,133,183); }
div.DivClassName
{
background-color: #D285B7;
}
.BgClassName
{
background-color: #D285B7;
}
</style>
border-color css
<style>
span { border-color: #D285B7; }
span { border-color: rgb(210,133,183); }
td.TdClassName
{
border-color: #D285B7;
}
.TagClassName
{
border-color: #D285B7;
}
</style>