Shades of Lily #D299C1
Tints of Lily #D299C1
RGB
CMYK
RGB Variations
Color information
#D299C1 (or 0xD299C1) is known color: Lily. HEX triplet: D2, 99 and C1. RGB value is (210,153,193). Sum of RGB (Red+Green+Blue) = 210+153+193=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D299C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299C1 is #2D663E. Grayscale: #AEAEAE. Windows color (decimal): -2975295 or 12687826. OLE color: 12687826.
HSL color Cylindrical-coordinate representation of color #D299C1: hue angle of 317.89º 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 #D299C1 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 193 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.18 |
| HSL | 317.89º | 0.39% | 0.71% | - |
| HSV(B) | 317.89º | 0.27% | 0.82% | - |
| XYZ | 47.6 | 40.33 | 55.73 | - |
| YUV | 174.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 193 | 0 | 0.27 | 0.08 | 0.18 | 317.89 | 0.39 | 0.71 |
| Hex | D2 | 99 | C1 | 0 | 1B | 8 | 12 | 13E | 27 | 47 |
| Octal | 322 | 231 | 301 | 0 | 33 | 10 | 22 | 476 | 47 | 107 |
| Binary | 11010010 | 10011001 | 11000001 | 0 | 11011 | 1000 | 10010 | 100111110 | 100111 | 1000111 |
Color Harmonies of #D299C1
Complementary color
Monochromatic Colors of #D299C1
Black with #D299C1
Text Example
Text Example
White with #D299C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D299C1; }
p { color: rgb(210,153,193); }
H1.HeaderClassName
{
color: #D299C1;
}
.AnyTagClassName
{
color: #D299C1;
}
</style>
background-color css
<style>
a { background-color: #D299C1; }
a { background-color: rgb(210,153,193); }
div.DivClassName
{
background-color: #D299C1;
}
.BgClassName
{
background-color: #D299C1;
}
</style>
border-color css
<style>
span { border-color: #D299C1; }
span { border-color: rgb(210,153,193); }
td.TdClassName
{
border-color: #D299C1;
}
.TagClassName
{
border-color: #D299C1;
}
</style>