Shades of Lily #D284B9
Tints of Lily #D284B9
RGB
CMYK
RGB Variations
Color information
#D284B9 (or 0xD284B9) is known color: Lily. HEX triplet: D2, 84 and B9. RGB value is (210,132,185). Sum of RGB (Red+Green+Blue) = 210+132+185=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D284B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284B9 is #2D7B46. Grayscale: #A1A1A1. Windows color (decimal): -2980679 or 12158162. OLE color: 12158162.
HSL color Cylindrical-coordinate representation of color #D284B9: hue angle of 319.23º 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 #D284B9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 185 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.18 |
| HSL | 319.23º | 0.46% | 0.67% | - |
| HSV(B) | 319.23º | 0.37% | 0.82% | - |
| XYZ | 43.59 | 33.71 | 50.11 | - |
| YUV | 161.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 185 | 0 | 0.37 | 0.12 | 0.18 | 319.23 | 0.46 | 0.67 |
| Hex | D2 | 84 | B9 | 0 | 25 | C | 12 | 13F | 2E | 43 |
| Octal | 322 | 204 | 271 | 0 | 45 | 14 | 22 | 477 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10111001 | 0 | 100101 | 1100 | 10010 | 100111111 | 101110 | 1000011 |
Color Harmonies of #D284B9
Complementary color
Monochromatic Colors of #D284B9
Black with #D284B9
Text Example
Text Example
White with #D284B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284B9; }
p { color: rgb(210,132,185); }
H1.HeaderClassName
{
color: #D284B9;
}
.AnyTagClassName
{
color: #D284B9;
}
</style>
background-color css
<style>
a { background-color: #D284B9; }
a { background-color: rgb(210,132,185); }
div.DivClassName
{
background-color: #D284B9;
}
.BgClassName
{
background-color: #D284B9;
}
</style>
border-color css
<style>
span { border-color: #D284B9; }
span { border-color: rgb(210,132,185); }
td.TdClassName
{
border-color: #D284B9;
}
.TagClassName
{
border-color: #D284B9;
}
</style>