Shades of Lily #D285BD
Tints of Lily #D285BD
RGB
CMYK
RGB Variations
Color information
#D285BD (or 0xD285BD) is known color: Lily. HEX triplet: D2, 85 and BD. RGB value is (210,133,189). Sum of RGB (Red+Green+Blue) = 210+133+189=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D285BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285BD is #2D7A42. Grayscale: #A2A2A2. Windows color (decimal): -2980419 or 12420562. OLE color: 12420562.
HSL color Cylindrical-coordinate representation of color #D285BD: hue angle of 316.36º 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 #D285BD is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 189 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.18 |
| HSL | 316.36º | 0.46% | 0.67% | - |
| HSV(B) | 316.36º | 0.37% | 0.82% | - |
| XYZ | 44.15 | 34.15 | 52.41 | - |
| YUV | 162.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 189 | 0 | 0.37 | 0.10 | 0.18 | 316.36 | 0.46 | 0.67 |
| Hex | D2 | 85 | BD | 0 | 25 | A | 12 | 13C | 2E | 43 |
| Octal | 322 | 205 | 275 | 0 | 45 | 12 | 22 | 474 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10111101 | 0 | 100101 | 1010 | 10010 | 100111100 | 101110 | 1000011 |
Color Harmonies of #D285BD
Complementary color
Monochromatic Colors of #D285BD
Black with #D285BD
Text Example
Text Example
White with #D285BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285BD; }
p { color: rgb(210,133,189); }
H1.HeaderClassName
{
color: #D285BD;
}
.AnyTagClassName
{
color: #D285BD;
}
</style>
background-color css
<style>
a { background-color: #D285BD; }
a { background-color: rgb(210,133,189); }
div.DivClassName
{
background-color: #D285BD;
}
.BgClassName
{
background-color: #D285BD;
}
</style>
border-color css
<style>
span { border-color: #D285BD; }
span { border-color: rgb(210,133,189); }
td.TdClassName
{
border-color: #D285BD;
}
.TagClassName
{
border-color: #D285BD;
}
</style>