Shades of Lilac #D296CB
Tints of Lilac #D296CB
RGB
CMYK
RGB Variations
Color information
#D296CB (or 0xD296CB) is known color: Lilac. HEX triplet: D2, 96 and CB. RGB value is (210,150,203). Sum of RGB (Red+Green+Blue) = 210+150+203=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 210 - color contains mainly: red. Hex color #D296CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296CB is #2D6934. Grayscale: #ADADAD. Windows color (decimal): -2976053 or 13342418. OLE color: 13342418.
HSL color Cylindrical-coordinate representation of color #D296CB: hue angle of 307º 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 #D296CB is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 203 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.18 |
| HSL | 307º | 0.4% | 0.71% | - |
| HSV(B) | 307º | 0.29% | 0.82% | - |
| XYZ | 48.26 | 39.83 | 61.64 | - |
| YUV | 173.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 203 | 0 | 0.29 | 0.03 | 0.18 | 307 | 0.4 | 0.71 |
| Hex | D2 | 96 | CB | 0 | 1D | 3 | 12 | 133 | 28 | 47 |
| Octal | 322 | 226 | 313 | 0 | 35 | 3 | 22 | 463 | 50 | 107 |
| Binary | 11010010 | 10010110 | 11001011 | 0 | 11101 | 11 | 10010 | 100110011 | 101000 | 1000111 |
Color Harmonies of #D296CB
Complementary color
Monochromatic Colors of #D296CB
Black with #D296CB
Text Example
Text Example
White with #D296CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296CB; }
p { color: rgb(210,150,203); }
H1.HeaderClassName
{
color: #D296CB;
}
.AnyTagClassName
{
color: #D296CB;
}
</style>
background-color css
<style>
a { background-color: #D296CB; }
a { background-color: rgb(210,150,203); }
div.DivClassName
{
background-color: #D296CB;
}
.BgClassName
{
background-color: #D296CB;
}
</style>
border-color css
<style>
span { border-color: #D296CB; }
span { border-color: rgb(210,150,203); }
td.TdClassName
{
border-color: #D296CB;
}
.TagClassName
{
border-color: #D296CB;
}
</style>