Shades of Lilac #D299C9
Tints of Lilac #D299C9
RGB
CMYK
RGB Variations
Color information
#D299C9 (or 0xD299C9) is known color: Lilac. HEX triplet: D2, 99 and C9. RGB value is (210,153,201). Sum of RGB (Red+Green+Blue) = 210+153+201=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C9 is #2D6636. Grayscale: #AFAFAF. Windows color (decimal): -2975287 or 13212114. OLE color: 13212114.
HSL color Cylindrical-coordinate representation of color #D299C9: hue angle of 309.47º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D299C9 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 201 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.18 |
| HSL | 309.47º | 0.39% | 0.71% | - |
| HSV(B) | 309.47º | 0.27% | 0.82% | - |
| XYZ | 48.51 | 40.7 | 60.56 | - |
| YUV | 175.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 201 | 0 | 0.27 | 0.04 | 0.18 | 309.47 | 0.39 | 0.71 |
| Hex | D2 | 99 | C9 | 0 | 1B | 4 | 12 | 135 | 27 | 47 |
| Octal | 322 | 231 | 311 | 0 | 33 | 4 | 22 | 465 | 47 | 107 |
| Binary | 11010010 | 10011001 | 11001001 | 0 | 11011 | 100 | 10010 | 100110101 | 100111 | 1000111 |
Color Harmonies of #D299C9
Complementary color
Monochromatic Colors of #D299C9
Black with #D299C9
Text Example
Text Example
White with #D299C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299C9; }
p { color: rgb(210,153,201); }
H1.HeaderClassName
{
color: #D299C9;
}
.AnyTagClassName
{
color: #D299C9;
}
</style>
background-color css
<style>
a { background-color: #D299C9; }
a { background-color: rgb(210,153,201); }
div.DivClassName
{
background-color: #D299C9;
}
.BgClassName
{
background-color: #D299C9;
}
</style>
border-color css
<style>
span { border-color: #D299C9; }
span { border-color: rgb(210,153,201); }
td.TdClassName
{
border-color: #D299C9;
}
.TagClassName
{
border-color: #D299C9;
}
</style>