Shades of Lily #D299C0
Tints of Lily #D299C0
RGB
CMYK
RGB Variations
Color information
#D299C0 (or 0xD299C0) is known color: Lily. HEX triplet: D2, 99 and C0. RGB value is (210,153,192). Sum of RGB (Red+Green+Blue) = 210+153+192=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C0 is #2D663F. Grayscale: #AEAEAE. Windows color (decimal): -2975296 or 12622290. OLE color: 12622290.
HSL color Cylindrical-coordinate representation of color #D299C0: hue angle of 318.95º 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 #D299C0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 192 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.18 |
| HSL | 318.95º | 0.39% | 0.71% | - |
| HSV(B) | 318.95º | 0.27% | 0.82% | - |
| XYZ | 47.48 | 40.29 | 55.14 | - |
| YUV | 174.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 192 | 0 | 0.27 | 0.09 | 0.18 | 318.95 | 0.39 | 0.71 |
| Hex | D2 | 99 | C0 | 0 | 1B | 9 | 12 | 13F | 27 | 47 |
| Octal | 322 | 231 | 300 | 0 | 33 | 11 | 22 | 477 | 47 | 107 |
| Binary | 11010010 | 10011001 | 11000000 | 0 | 11011 | 1001 | 10010 | 100111111 | 100111 | 1000111 |
Color Harmonies of #D299C0
Complementary color
Monochromatic Colors of #D299C0
Black with #D299C0
Text Example
Text Example
White with #D299C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299C0; }
p { color: rgb(210,153,192); }
H1.HeaderClassName
{
color: #D299C0;
}
.AnyTagClassName
{
color: #D299C0;
}
</style>
background-color css
<style>
a { background-color: #D299C0; }
a { background-color: rgb(210,153,192); }
div.DivClassName
{
background-color: #D299C0;
}
.BgClassName
{
background-color: #D299C0;
}
</style>
border-color css
<style>
span { border-color: #D299C0; }
span { border-color: rgb(210,153,192); }
td.TdClassName
{
border-color: #D299C0;
}
.TagClassName
{
border-color: #D299C0;
}
</style>