Shades of Lilac #D296C3
Tints of Lilac #D296C3
RGB
CMYK
RGB Variations
Color information
#D296C3 (or 0xD296C3) is known color: Lilac. HEX triplet: D2, 96 and C3. RGB value is (210,150,195). Sum of RGB (Red+Green+Blue) = 210+150+195=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D296C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296C3 is #2D693C. Grayscale: #ACACAC. Windows color (decimal): -2976061 or 12818130. OLE color: 12818130.
HSL color Cylindrical-coordinate representation of color #D296C3: hue angle of 315º 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 #D296C3 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 195 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.18 |
| HSL | 315º | 0.4% | 0.71% | - |
| HSV(B) | 315º | 0.29% | 0.82% | - |
| XYZ | 47.34 | 39.45 | 56.75 | - |
| YUV | 173.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 195 | 0 | 0.29 | 0.07 | 0.18 | 315 | 0.4 | 0.71 |
| Hex | D2 | 96 | C3 | 0 | 1D | 7 | 12 | 13B | 28 | 47 |
| Octal | 322 | 226 | 303 | 0 | 35 | 7 | 22 | 473 | 50 | 107 |
| Binary | 11010010 | 10010110 | 11000011 | 0 | 11101 | 111 | 10010 | 100111011 | 101000 | 1000111 |
Color Harmonies of #D296C3
Complementary color
Monochromatic Colors of #D296C3
Black with #D296C3
Text Example
Text Example
White with #D296C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296C3; }
p { color: rgb(210,150,195); }
H1.HeaderClassName
{
color: #D296C3;
}
.AnyTagClassName
{
color: #D296C3;
}
</style>
background-color css
<style>
a { background-color: #D296C3; }
a { background-color: rgb(210,150,195); }
div.DivClassName
{
background-color: #D296C3;
}
.BgClassName
{
background-color: #D296C3;
}
</style>
border-color css
<style>
span { border-color: #D296C3; }
span { border-color: rgb(210,150,195); }
td.TdClassName
{
border-color: #D296C3;
}
.TagClassName
{
border-color: #D296C3;
}
</style>