Shades of Lilac #DA99CA
Tints of Lilac #DA99CA
RGB
CMYK
RGB Variations
Color information
#DA99CA (or 0xDA99CA) is known color: Lilac. HEX triplet: DA, 99 and CA. RGB value is (218,153,202). Sum of RGB (Red+Green+Blue) = 218+153+202=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA99CA is #256635. Grayscale: #B1B1B1. Windows color (decimal): -2450998 or 13277658. OLE color: 13277658.
HSL color Cylindrical-coordinate representation of color #DA99CA: hue angle of 314.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99CA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 202 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.15 |
| HSL | 314.77º | 0.47% | 0.73% | - |
| HSV(B) | 314.77º | 0.3% | 0.85% | - |
| XYZ | 50.97 | 41.95 | 61.29 | - |
| YUV | 178.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 202 | 0 | 0.30 | 0.07 | 0.15 | 314.77 | 0.47 | 0.73 |
| Hex | DA | 99 | CA | 0 | 1E | 7 | F | 13B | 2F | 49 |
| Octal | 332 | 231 | 312 | 0 | 36 | 7 | 17 | 473 | 57 | 111 |
| Binary | 11011010 | 10011001 | 11001010 | 0 | 11110 | 111 | 1111 | 100111011 | 101111 | 1001001 |
Color Harmonies of #DA99CA
Complementary color
Monochromatic Colors of #DA99CA
Black with #DA99CA
Text Example
Text Example
White with #DA99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99CA; }
p { color: rgb(218,153,202); }
H1.HeaderClassName
{
color: #DA99CA;
}
.AnyTagClassName
{
color: #DA99CA;
}
</style>
background-color css
<style>
a { background-color: #DA99CA; }
a { background-color: rgb(218,153,202); }
div.DivClassName
{
background-color: #DA99CA;
}
.BgClassName
{
background-color: #DA99CA;
}
</style>
border-color css
<style>
span { border-color: #DA99CA; }
span { border-color: rgb(218,153,202); }
td.TdClassName
{
border-color: #DA99CA;
}
.TagClassName
{
border-color: #DA99CA;
}
</style>