Shades of Lilac #D896CB
Tints of Lilac #D896CB
RGB
CMYK
RGB Variations
Color information
#D896CB (or 0xD896CB) is known color: Lilac. HEX triplet: D8, 96 and CB. RGB value is (216,150,203). Sum of RGB (Red+Green+Blue) = 216+150+203=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CB is #276934. Grayscale: #AFAFAF. Windows color (decimal): -2582837 or 13342424. OLE color: 13342424.
HSL color Cylindrical-coordinate representation of color #D896CB: hue angle of 311.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896CB is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 203 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.15 |
| HSL | 311.82º | 0.46% | 0.72% | - |
| HSV(B) | 311.82º | 0.31% | 0.85% | - |
| XYZ | 50 | 40.72 | 61.72 | - |
| YUV | 175.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 203 | 0 | 0.31 | 0.06 | 0.15 | 311.82 | 0.46 | 0.72 |
| Hex | D8 | 96 | CB | 0 | 1F | 6 | F | 138 | 2E | 48 |
| Octal | 330 | 226 | 313 | 0 | 37 | 6 | 17 | 470 | 56 | 110 |
| Binary | 11011000 | 10010110 | 11001011 | 0 | 11111 | 110 | 1111 | 100111000 | 101110 | 1001000 |
Color Harmonies of #D896CB
Complementary color
Monochromatic Colors of #D896CB
Black with #D896CB
Text Example
Text Example
White with #D896CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896CB; }
p { color: rgb(216,150,203); }
H1.HeaderClassName
{
color: #D896CB;
}
.AnyTagClassName
{
color: #D896CB;
}
</style>
background-color css
<style>
a { background-color: #D896CB; }
a { background-color: rgb(216,150,203); }
div.DivClassName
{
background-color: #D896CB;
}
.BgClassName
{
background-color: #D896CB;
}
</style>
border-color css
<style>
span { border-color: #D896CB; }
span { border-color: rgb(216,150,203); }
td.TdClassName
{
border-color: #D896CB;
}
.TagClassName
{
border-color: #D896CB;
}
</style>