Shades of Lily #D282BC
Tints of Lily #D282BC
RGB
CMYK
RGB Variations
Color information
#D282BC (or 0xD282BC) is known color: Lily. HEX triplet: D2, 82 and BC. RGB value is (210,130,188). Sum of RGB (Red+Green+Blue) = 210+130+188=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D282BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282BC is #2D7D43. Grayscale: #A0A0A0. Windows color (decimal): -2981188 or 12354258. OLE color: 12354258.
HSL color Cylindrical-coordinate representation of color #D282BC: hue angle of 316.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D282BC is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 188 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.18 |
| HSL | 316.5º | 0.47% | 0.67% | - |
| HSV(B) | 316.5º | 0.38% | 0.82% | - |
| XYZ | 43.64 | 33.3 | 51.7 | - |
| YUV | 160.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 188 | 0 | 0.38 | 0.10 | 0.18 | 316.5 | 0.47 | 0.67 |
| Hex | D2 | 82 | BC | 0 | 26 | A | 12 | 13C | 2F | 43 |
| Octal | 322 | 202 | 274 | 0 | 46 | 12 | 22 | 474 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10111100 | 0 | 100110 | 1010 | 10010 | 100111100 | 101111 | 1000011 |
Color Harmonies of #D282BC
Complementary color
Monochromatic Colors of #D282BC
Black with #D282BC
Text Example
Text Example
White with #D282BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282BC; }
p { color: rgb(210,130,188); }
H1.HeaderClassName
{
color: #D282BC;
}
.AnyTagClassName
{
color: #D282BC;
}
</style>
background-color css
<style>
a { background-color: #D282BC; }
a { background-color: rgb(210,130,188); }
div.DivClassName
{
background-color: #D282BC;
}
.BgClassName
{
background-color: #D282BC;
}
</style>
border-color css
<style>
span { border-color: #D282BC; }
span { border-color: rgb(210,130,188); }
td.TdClassName
{
border-color: #D282BC;
}
.TagClassName
{
border-color: #D282BC;
}
</style>