Shades of Lilac #D599CC
Tints of Lilac #D599CC
RGB
CMYK
RGB Variations
Color information
#D599CC (or 0xD599CC) is known color: Lilac. HEX triplet: D5, 99 and CC. RGB value is (213,153,204). Sum of RGB (Red+Green+Blue) = 213+153+204=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D599CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599CC is #2A6633. Grayscale: #B0B0B0. Windows color (decimal): -2778676 or 13408725. OLE color: 13408725.
HSL color Cylindrical-coordinate representation of color #D599CC: hue angle of 309º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D599CC is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 204 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.16 |
| HSL | 309º | 0.42% | 0.72% | - |
| HSV(B) | 309º | 0.28% | 0.84% | - |
| XYZ | 49.73 | 41.29 | 62.48 | - |
| YUV | 176.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 204 | 0 | 0.28 | 0.04 | 0.16 | 309 | 0.42 | 0.72 |
| Hex | D5 | 99 | CC | 0 | 1C | 4 | 10 | 135 | 2A | 48 |
| Octal | 325 | 231 | 314 | 0 | 34 | 4 | 20 | 465 | 52 | 110 |
| Binary | 11010101 | 10011001 | 11001100 | 0 | 11100 | 100 | 10000 | 100110101 | 101010 | 1001000 |
Color Harmonies of #D599CC
Complementary color
Monochromatic Colors of #D599CC
Black with #D599CC
Text Example
Text Example
White with #D599CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599CC; }
p { color: rgb(213,153,204); }
H1.HeaderClassName
{
color: #D599CC;
}
.AnyTagClassName
{
color: #D599CC;
}
</style>
background-color css
<style>
a { background-color: #D599CC; }
a { background-color: rgb(213,153,204); }
div.DivClassName
{
background-color: #D599CC;
}
.BgClassName
{
background-color: #D599CC;
}
</style>
border-color css
<style>
span { border-color: #D599CC; }
span { border-color: rgb(213,153,204); }
td.TdClassName
{
border-color: #D599CC;
}
.TagClassName
{
border-color: #D599CC;
}
</style>