Shades of Lily #D296BD
Tints of Lily #D296BD
RGB
CMYK
RGB Variations
Color information
#D296BD (or 0xD296BD) is known color: Lily. HEX triplet: D2, 96 and BD. RGB value is (210,150,189). Sum of RGB (Red+Green+Blue) = 210+150+189=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D296BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296BD is #2D6942. Grayscale: #ACACAC. Windows color (decimal): -2976067 or 12424914. OLE color: 12424914.
HSL color Cylindrical-coordinate representation of color #D296BD: hue angle of 321º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296BD is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 189 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.18 |
| HSL | 321º | 0.4% | 0.71% | - |
| HSV(B) | 321º | 0.29% | 0.82% | - |
| XYZ | 46.67 | 39.19 | 53.25 | - |
| YUV | 172.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 189 | 0 | 0.29 | 0.10 | 0.18 | 321 | 0.4 | 0.71 |
| Hex | D2 | 96 | BD | 0 | 1D | A | 12 | 141 | 28 | 47 |
| Octal | 322 | 226 | 275 | 0 | 35 | 12 | 22 | 501 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10111101 | 0 | 11101 | 1010 | 10010 | 101000001 | 101000 | 1000111 |
Color Harmonies of #D296BD
Complementary color
Monochromatic Colors of #D296BD
Black with #D296BD
Text Example
Text Example
White with #D296BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296BD; }
p { color: rgb(210,150,189); }
H1.HeaderClassName
{
color: #D296BD;
}
.AnyTagClassName
{
color: #D296BD;
}
</style>
background-color css
<style>
a { background-color: #D296BD; }
a { background-color: rgb(210,150,189); }
div.DivClassName
{
background-color: #D296BD;
}
.BgClassName
{
background-color: #D296BD;
}
</style>
border-color css
<style>
span { border-color: #D296BD; }
span { border-color: rgb(210,150,189); }
td.TdClassName
{
border-color: #D296BD;
}
.TagClassName
{
border-color: #D296BD;
}
</style>