Shades of Lily #D286B4
Tints of Lily #D286B4
RGB
CMYK
RGB Variations
Color information
#D286B4 (or 0xD286B4) is known color: Lily. HEX triplet: D2, 86 and B4. RGB value is (210,134,180). Sum of RGB (Red+Green+Blue) = 210+134+180=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D286B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D286B4 is #2D794B. Grayscale: #A1A1A1. Windows color (decimal): -2980172 or 11830994. OLE color: 11830994.
HSL color Cylindrical-coordinate representation of color #D286B4: hue angle of 323.68º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D286B4 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 180 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.18 |
| HSL | 323.68º | 0.46% | 0.67% | - |
| HSV(B) | 323.68º | 0.36% | 0.82% | - |
| XYZ | 43.34 | 34.05 | 47.47 | - |
| YUV | 161.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 180 | 0 | 0.36 | 0.14 | 0.18 | 323.68 | 0.46 | 0.67 |
| Hex | D2 | 86 | B4 | 0 | 24 | E | 12 | 144 | 2E | 43 |
| Octal | 322 | 206 | 264 | 0 | 44 | 16 | 22 | 504 | 56 | 103 |
| Binary | 11010010 | 10000110 | 10110100 | 0 | 100100 | 1110 | 10010 | 101000100 | 101110 | 1000011 |
Color Harmonies of #D286B4
Complementary color
Monochromatic Colors of #D286B4
Black with #D286B4
Text Example
Text Example
White with #D286B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286B4; }
p { color: rgb(210,134,180); }
H1.HeaderClassName
{
color: #D286B4;
}
.AnyTagClassName
{
color: #D286B4;
}
</style>
background-color css
<style>
a { background-color: #D286B4; }
a { background-color: rgb(210,134,180); }
div.DivClassName
{
background-color: #D286B4;
}
.BgClassName
{
background-color: #D286B4;
}
</style>
border-color css
<style>
span { border-color: #D286B4; }
span { border-color: rgb(210,134,180); }
td.TdClassName
{
border-color: #D286B4;
}
.TagClassName
{
border-color: #D286B4;
}
</style>