Shades of Lily #D296B6
Tints of Lily #D296B6
RGB
CMYK
RGB Variations
Color information
#D296B6 (or 0xD296B6) is known color: Lily. HEX triplet: D2, 96 and B6. RGB value is (210,150,182). Sum of RGB (Red+Green+Blue) = 210+150+182=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D296B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296B6 is #2D6949. Grayscale: #ABABAB. Windows color (decimal): -2976074 or 11966162. OLE color: 11966162.
HSL color Cylindrical-coordinate representation of color #D296B6: hue angle of 328º 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 #D296B6 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 182 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.18 |
| HSL | 328º | 0.4% | 0.71% | - |
| HSV(B) | 328º | 0.29% | 0.82% | - |
| XYZ | 45.93 | 38.89 | 49.34 | - |
| YUV | 171.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 182 | 0 | 0.29 | 0.13 | 0.18 | 328 | 0.4 | 0.71 |
| Hex | D2 | 96 | B6 | 0 | 1D | D | 12 | 148 | 28 | 47 |
| Octal | 322 | 226 | 266 | 0 | 35 | 15 | 22 | 510 | 50 | 107 |
| Binary | 11010010 | 10010110 | 10110110 | 0 | 11101 | 1101 | 10010 | 101001000 | 101000 | 1000111 |
Color Harmonies of #D296B6
Complementary color
Monochromatic Colors of #D296B6
Black with #D296B6
Text Example
Text Example
White with #D296B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296B6; }
p { color: rgb(210,150,182); }
H1.HeaderClassName
{
color: #D296B6;
}
.AnyTagClassName
{
color: #D296B6;
}
</style>
background-color css
<style>
a { background-color: #D296B6; }
a { background-color: rgb(210,150,182); }
div.DivClassName
{
background-color: #D296B6;
}
.BgClassName
{
background-color: #D296B6;
}
</style>
border-color css
<style>
span { border-color: #D296B6; }
span { border-color: rgb(210,150,182); }
td.TdClassName
{
border-color: #D296B6;
}
.TagClassName
{
border-color: #D296B6;
}
</style>