Shades of Lilac #D099C5
Tints of Lilac #D099C5
RGB
CMYK
RGB Variations
Color information
#D099C5 (or 0xD099C5) is known color: Lilac. HEX triplet: D0, 99 and C5. RGB value is (208,153,197). Sum of RGB (Red+Green+Blue) = 208+153+197=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 208 - color contains mainly: red. Hex color #D099C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099C5 is #2F663A. Grayscale: #AEAEAE. Windows color (decimal): -3106363 or 12949968. OLE color: 12949968.
HSL color Cylindrical-coordinate representation of color #D099C5: hue angle of 312º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D099C5 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 197 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.18 |
| HSL | 312º | 0.37% | 0.71% | - |
| HSV(B) | 312º | 0.26% | 0.82% | - |
| XYZ | 47.48 | 40.22 | 58.08 | - |
| YUV | 174.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 197 | 0 | 0.26 | 0.05 | 0.18 | 312 | 0.37 | 0.71 |
| Hex | D0 | 99 | C5 | 0 | 1A | 5 | 12 | 138 | 25 | 47 |
| Octal | 320 | 231 | 305 | 0 | 32 | 5 | 22 | 470 | 45 | 107 |
| Binary | 11010000 | 10011001 | 11000101 | 0 | 11010 | 101 | 10010 | 100111000 | 100101 | 1000111 |
Color Harmonies of #D099C5
Complementary color
Monochromatic Colors of #D099C5
Black with #D099C5
Text Example
Text Example
White with #D099C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099C5; }
p { color: rgb(208,153,197); }
H1.HeaderClassName
{
color: #D099C5;
}
.AnyTagClassName
{
color: #D099C5;
}
</style>
background-color css
<style>
a { background-color: #D099C5; }
a { background-color: rgb(208,153,197); }
div.DivClassName
{
background-color: #D099C5;
}
.BgClassName
{
background-color: #D099C5;
}
</style>
border-color css
<style>
span { border-color: #D099C5; }
span { border-color: rgb(208,153,197); }
td.TdClassName
{
border-color: #D099C5;
}
.TagClassName
{
border-color: #D099C5;
}
</style>