Shades of Lily #D296B7
Tints of Lily #D296B7
RGB
CMYK
RGB Variations
Color information
#D296B7 (or 0xD296B7) is known color: Lily. HEX triplet: D2, 96 and B7. RGB value is (210,150,183). Sum of RGB (Red+Green+Blue) = 210+150+183=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D296B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296B7 is #2D6948. Grayscale: #ABABAB. Windows color (decimal): -2976073 or 12031698. OLE color: 12031698.
HSL color Cylindrical-coordinate representation of color #D296B7: hue angle of 327º 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 #D296B7 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 183 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.18 |
| HSL | 327º | 0.4% | 0.71% | - |
| HSV(B) | 327º | 0.29% | 0.82% | - |
| XYZ | 46.03 | 38.93 | 49.89 | - |
| YUV | 171.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 183 | 0 | 0.29 | 0.13 | 0.18 | 327 | 0.4 | 0.71 |
| Hex | D2 | 96 | B7 | 0 | 1D | D | 12 | 147 | 28 | 47 |
| Octal | 322 | 226 | 267 | 0 | 35 | 15 | 22 | 507 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10110111 | 0 | 11101 | 1101 | 10010 | 101000111 | 101000 | 1000111 |
Color Harmonies of #D296B7
Complementary color
Monochromatic Colors of #D296B7
Black with #D296B7
Text Example
Text Example
White with #D296B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296B7; }
p { color: rgb(210,150,183); }
H1.HeaderClassName
{
color: #D296B7;
}
.AnyTagClassName
{
color: #D296B7;
}
</style>
background-color css
<style>
a { background-color: #D296B7; }
a { background-color: rgb(210,150,183); }
div.DivClassName
{
background-color: #D296B7;
}
.BgClassName
{
background-color: #D296B7;
}
</style>
border-color css
<style>
span { border-color: #D296B7; }
span { border-color: rgb(210,150,183); }
td.TdClassName
{
border-color: #D296B7;
}
.TagClassName
{
border-color: #D296B7;
}
</style>