Shades of Lilac #D296C4
Tints of Lilac #D296C4
RGB
CMYK
RGB Variations
Color information
#D296C4 (or 0xD296C4) is known color: Lilac. HEX triplet: D2, 96 and C4. RGB value is (210,150,196). Sum of RGB (Red+Green+Blue) = 210+150+196=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D296C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296C4 is #2D693B. Grayscale: #ADADAD. Windows color (decimal): -2976060 or 12883666. OLE color: 12883666.
HSL color Cylindrical-coordinate representation of color #D296C4: hue angle of 314º 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 #D296C4 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 196 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.18 |
| HSL | 314º | 0.4% | 0.71% | - |
| HSV(B) | 314º | 0.29% | 0.82% | - |
| XYZ | 47.45 | 39.5 | 57.35 | - |
| YUV | 173.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 196 | 0 | 0.29 | 0.07 | 0.18 | 314 | 0.4 | 0.71 |
| Hex | D2 | 96 | C4 | 0 | 1D | 7 | 12 | 13A | 28 | 47 |
| Octal | 322 | 226 | 304 | 0 | 35 | 7 | 22 | 472 | 50 | 107 |
| Binary | 11010010 | 10010110 | 11000100 | 0 | 11101 | 111 | 10010 | 100111010 | 101000 | 1000111 |
Color Harmonies of #D296C4
Complementary color
Monochromatic Colors of #D296C4
Black with #D296C4
Text Example
Text Example
White with #D296C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D296C4; }
p { color: rgb(210,150,196); }
H1.HeaderClassName
{
color: #D296C4;
}
.AnyTagClassName
{
color: #D296C4;
}
</style>
background-color css
<style>
a { background-color: #D296C4; }
a { background-color: rgb(210,150,196); }
div.DivClassName
{
background-color: #D296C4;
}
.BgClassName
{
background-color: #D296C4;
}
</style>
border-color css
<style>
span { border-color: #D296C4; }
span { border-color: rgb(210,150,196); }
td.TdClassName
{
border-color: #D296C4;
}
.TagClassName
{
border-color: #D296C4;
}
</style>