Shades of Lilac #D099C3
Tints of Lilac #D099C3
RGB
CMYK
RGB Variations
Color information
#D099C3 (or 0xD099C3) is known color: Lilac. HEX triplet: D0, 99 and C3. RGB value is (208,153,195). Sum of RGB (Red+Green+Blue) = 208+153+195=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D099C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099C3 is #2F663C. Grayscale: #AEAEAE. Windows color (decimal): -3106365 or 12818896. OLE color: 12818896.
HSL color Cylindrical-coordinate representation of color #D099C3: hue angle of 314.18º 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 #D099C3 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 195 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.18 |
| HSL | 314.18º | 0.37% | 0.71% | - |
| HSV(B) | 314.18º | 0.26% | 0.82% | - |
| XYZ | 47.25 | 40.13 | 56.89 | - |
| YUV | 174.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 195 | 0 | 0.26 | 0.06 | 0.18 | 314.18 | 0.37 | 0.71 |
| Hex | D0 | 99 | C3 | 0 | 1A | 6 | 12 | 13A | 25 | 47 |
| Octal | 320 | 231 | 303 | 0 | 32 | 6 | 22 | 472 | 45 | 107 |
| Binary | 11010000 | 10011001 | 11000011 | 0 | 11010 | 110 | 10010 | 100111010 | 100101 | 1000111 |
Color Harmonies of #D099C3
Complementary color
Monochromatic Colors of #D099C3
Black with #D099C3
Text Example
Text Example
White with #D099C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099C3; }
p { color: rgb(208,153,195); }
H1.HeaderClassName
{
color: #D099C3;
}
.AnyTagClassName
{
color: #D099C3;
}
</style>
background-color css
<style>
a { background-color: #D099C3; }
a { background-color: rgb(208,153,195); }
div.DivClassName
{
background-color: #D099C3;
}
.BgClassName
{
background-color: #D099C3;
}
</style>
border-color css
<style>
span { border-color: #D099C3; }
span { border-color: rgb(208,153,195); }
td.TdClassName
{
border-color: #D099C3;
}
.TagClassName
{
border-color: #D099C3;
}
</style>