Shades of Lilac #D496CA
Tints of Lilac #D496CA
RGB
CMYK
RGB Variations
Color information
#D496CA (or 0xD496CA) is known color: Lilac. HEX triplet: D4, 96 and CA. RGB value is (212,150,202). Sum of RGB (Red+Green+Blue) = 212+150+202=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D496CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496CA is #2B6935. Grayscale: #AEAEAE. Windows color (decimal): -2844982 or 13276884. OLE color: 13276884.
HSL color Cylindrical-coordinate representation of color #D496CA: hue angle of 309.68º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496CA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 202 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.17 |
| HSL | 309.68º | 0.42% | 0.71% | - |
| HSV(B) | 309.68º | 0.29% | 0.83% | - |
| XYZ | 48.72 | 40.07 | 61.04 | - |
| YUV | 174.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 202 | 0 | 0.29 | 0.05 | 0.17 | 309.68 | 0.42 | 0.71 |
| Hex | D4 | 96 | CA | 0 | 1D | 5 | 11 | 136 | 2A | 47 |
| Octal | 324 | 226 | 312 | 0 | 35 | 5 | 21 | 466 | 52 | 107 |
| Binary | 11010100 | 10010110 | 11001010 | 0 | 11101 | 101 | 10001 | 100110110 | 101010 | 1000111 |
Color Harmonies of #D496CA
Complementary color
Monochromatic Colors of #D496CA
Black with #D496CA
Text Example
Text Example
White with #D496CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D496CA; }
p { color: rgb(212,150,202); }
H1.HeaderClassName
{
color: #D496CA;
}
.AnyTagClassName
{
color: #D496CA;
}
</style>
background-color css
<style>
a { background-color: #D496CA; }
a { background-color: rgb(212,150,202); }
div.DivClassName
{
background-color: #D496CA;
}
.BgClassName
{
background-color: #D496CA;
}
</style>
border-color css
<style>
span { border-color: #D496CA; }
span { border-color: rgb(212,150,202); }
td.TdClassName
{
border-color: #D496CA;
}
.TagClassName
{
border-color: #D496CA;
}
</style>