Shades of Lily #D284BC
Tints of Lily #D284BC
RGB
CMYK
RGB Variations
Color information
#D284BC (or 0xD284BC) is known color: Lily. HEX triplet: D2, 84 and BC. RGB value is (210,132,188). Sum of RGB (Red+Green+Blue) = 210+132+188=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D284BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284BC is #2D7B43. Grayscale: #A1A1A1. Windows color (decimal): -2980676 or 12354770. OLE color: 12354770.
HSL color Cylindrical-coordinate representation of color #D284BC: hue angle of 316.92º 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 #D284BC is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 188 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.18 |
| HSL | 316.92º | 0.46% | 0.67% | - |
| HSV(B) | 316.92º | 0.37% | 0.82% | - |
| XYZ | 43.91 | 33.84 | 51.79 | - |
| YUV | 161.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 188 | 0 | 0.37 | 0.10 | 0.18 | 316.92 | 0.46 | 0.67 |
| Hex | D2 | 84 | BC | 0 | 25 | A | 12 | 13D | 2E | 43 |
| Octal | 322 | 204 | 274 | 0 | 45 | 12 | 22 | 475 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10111100 | 0 | 100101 | 1010 | 10010 | 100111101 | 101110 | 1000011 |
Color Harmonies of #D284BC
Complementary color
Monochromatic Colors of #D284BC
Black with #D284BC
Text Example
Text Example
White with #D284BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D284BC; }
p { color: rgb(210,132,188); }
H1.HeaderClassName
{
color: #D284BC;
}
.AnyTagClassName
{
color: #D284BC;
}
</style>
background-color css
<style>
a { background-color: #D284BC; }
a { background-color: rgb(210,132,188); }
div.DivClassName
{
background-color: #D284BC;
}
.BgClassName
{
background-color: #D284BC;
}
</style>
border-color css
<style>
span { border-color: #D284BC; }
span { border-color: rgb(210,132,188); }
td.TdClassName
{
border-color: #D284BC;
}
.TagClassName
{
border-color: #D284BC;
}
</style>