Shades of Lilac #D799CA
Tints of Lilac #D799CA
RGB
CMYK
RGB Variations
Color information
#D799CA (or 0xD799CA) is known color: Lilac. HEX triplet: D7, 99 and CA. RGB value is (215,153,202). Sum of RGB (Red+Green+Blue) = 215+153+202=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D799CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799CA is #286635. Grayscale: #B0B0B0. Windows color (decimal): -2647606 or 13277655. OLE color: 13277655.
HSL color Cylindrical-coordinate representation of color #D799CA: hue angle of 312.58º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799CA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 153 | 202 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.16 |
| HSL | 312.58º | 0.44% | 0.72% | - |
| HSV(B) | 312.58º | 0.29% | 0.84% | - |
| XYZ | 50.08 | 41.49 | 61.25 | - |
| YUV | 177.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 202 | 0 | 0.29 | 0.06 | 0.16 | 312.58 | 0.44 | 0.72 |
| Hex | D7 | 99 | CA | 0 | 1D | 6 | 10 | 139 | 2C | 48 |
| Octal | 327 | 231 | 312 | 0 | 35 | 6 | 20 | 471 | 54 | 110 |
| Binary | 11010111 | 10011001 | 11001010 | 0 | 11101 | 110 | 10000 | 100111001 | 101100 | 1001000 |
Color Harmonies of #D799CA
Complementary color
Monochromatic Colors of #D799CA
Black with #D799CA
Text Example
Text Example
White with #D799CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799CA; }
p { color: rgb(215,153,202); }
H1.HeaderClassName
{
color: #D799CA;
}
.AnyTagClassName
{
color: #D799CA;
}
</style>
background-color css
<style>
a { background-color: #D799CA; }
a { background-color: rgb(215,153,202); }
div.DivClassName
{
background-color: #D799CA;
}
.BgClassName
{
background-color: #D799CA;
}
</style>
border-color css
<style>
span { border-color: #D799CA; }
span { border-color: rgb(215,153,202); }
td.TdClassName
{
border-color: #D799CA;
}
.TagClassName
{
border-color: #D799CA;
}
</style>