Shades of Lilac #D099CD
Tints of Lilac #D099CD
RGB
CMYK
RGB Variations
Color information
#D099CD (or 0xD099CD) is known color: Lilac. HEX triplet: D0, 99 and CD. RGB value is (208,153,205). Sum of RGB (Red+Green+Blue) = 208+153+205=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D099CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099CD is #2F6632. Grayscale: #AFAFAF. Windows color (decimal): -3106355 or 13474256. OLE color: 13474256.
HSL color Cylindrical-coordinate representation of color #D099CD: hue angle of 303.27º 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 #D099CD is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 205 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.18 |
| HSL | 303.27º | 0.37% | 0.71% | - |
| HSV(B) | 303.27º | 0.26% | 0.82% | - |
| XYZ | 48.42 | 40.6 | 63.04 | - |
| YUV | 175.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 205 | 0 | 0.26 | 0.01 | 0.18 | 303.27 | 0.37 | 0.71 |
| Hex | D0 | 99 | CD | 0 | 1A | 1 | 12 | 12F | 25 | 47 |
| Octal | 320 | 231 | 315 | 0 | 32 | 1 | 22 | 457 | 45 | 107 |
| Binary | 11010000 | 10011001 | 11001101 | 0 | 11010 | 1 | 10010 | 100101111 | 100101 | 1000111 |
Color Harmonies of #D099CD
Complementary color
Monochromatic Colors of #D099CD
Black with #D099CD
Text Example
Text Example
White with #D099CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099CD; }
p { color: rgb(208,153,205); }
H1.HeaderClassName
{
color: #D099CD;
}
.AnyTagClassName
{
color: #D099CD;
}
</style>
background-color css
<style>
a { background-color: #D099CD; }
a { background-color: rgb(208,153,205); }
div.DivClassName
{
background-color: #D099CD;
}
.BgClassName
{
background-color: #D099CD;
}
</style>
border-color css
<style>
span { border-color: #D099CD; }
span { border-color: rgb(208,153,205); }
td.TdClassName
{
border-color: #D099CD;
}
.TagClassName
{
border-color: #D099CD;
}
</style>