Shades of Lily #D296C0
Tints of Lily #D296C0
RGB
CMYK
RGB Variations
Color information
#D296C0 (or 0xD296C0) is known color: Lily. HEX triplet: D2, 96 and C0. RGB value is (210,150,192). Sum of RGB (Red+Green+Blue) = 210+150+192=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D296C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296C0 is #2D693F. Grayscale: #ACACAC. Windows color (decimal): -2976064 or 12621522. OLE color: 12621522.
HSL color Cylindrical-coordinate representation of color #D296C0: hue angle of 318º 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 #D296C0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 192 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.18 |
| HSL | 318º | 0.4% | 0.71% | - |
| HSV(B) | 318º | 0.29% | 0.82% | - |
| XYZ | 47 | 39.32 | 54.98 | - |
| YUV | 172.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 192 | 0 | 0.29 | 0.09 | 0.18 | 318 | 0.4 | 0.71 |
| Hex | D2 | 96 | C0 | 0 | 1D | 9 | 12 | 13E | 28 | 47 |
| Octal | 322 | 226 | 300 | 0 | 35 | 11 | 22 | 476 | 50 | 107 |
| Binary | 11010010 | 10010110 | 11000000 | 0 | 11101 | 1001 | 10010 | 100111110 | 101000 | 1000111 |
Color Harmonies of #D296C0
Complementary color
Monochromatic Colors of #D296C0
Black with #D296C0
Text Example
Text Example
White with #D296C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296C0; }
p { color: rgb(210,150,192); }
H1.HeaderClassName
{
color: #D296C0;
}
.AnyTagClassName
{
color: #D296C0;
}
</style>
background-color css
<style>
a { background-color: #D296C0; }
a { background-color: rgb(210,150,192); }
div.DivClassName
{
background-color: #D296C0;
}
.BgClassName
{
background-color: #D296C0;
}
</style>
border-color css
<style>
span { border-color: #D296C0; }
span { border-color: rgb(210,150,192); }
td.TdClassName
{
border-color: #D296C0;
}
.TagClassName
{
border-color: #D296C0;
}
</style>