Shades of Lily #D099C1
Tints of Lily #D099C1
RGB
CMYK
RGB Variations
Color information
#D099C1 (or 0xD099C1) is known color: Lily. HEX triplet: D0, 99 and C1. RGB value is (208,153,193). Sum of RGB (Red+Green+Blue) = 208+153+193=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D099C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099C1 is #2F663E. Grayscale: #ADADAD. Windows color (decimal): -3106367 or 12687824. OLE color: 12687824.
HSL color Cylindrical-coordinate representation of color #D099C1: hue angle of 316.36º 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 #D099C1 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 193 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.18 |
| HSL | 316.36º | 0.37% | 0.71% | - |
| HSV(B) | 316.36º | 0.26% | 0.82% | - |
| XYZ | 47.03 | 40.04 | 55.7 | - |
| YUV | 174.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 193 | 0 | 0.26 | 0.07 | 0.18 | 316.36 | 0.37 | 0.71 |
| Hex | D0 | 99 | C1 | 0 | 1A | 7 | 12 | 13C | 25 | 47 |
| Octal | 320 | 231 | 301 | 0 | 32 | 7 | 22 | 474 | 45 | 107 |
| Binary | 11010000 | 10011001 | 11000001 | 0 | 11010 | 111 | 10010 | 100111100 | 100101 | 1000111 |
Color Harmonies of #D099C1
Complementary color
Monochromatic Colors of #D099C1
Black with #D099C1
Text Example
Text Example
White with #D099C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099C1; }
p { color: rgb(208,153,193); }
H1.HeaderClassName
{
color: #D099C1;
}
.AnyTagClassName
{
color: #D099C1;
}
</style>
background-color css
<style>
a { background-color: #D099C1; }
a { background-color: rgb(208,153,193); }
div.DivClassName
{
background-color: #D099C1;
}
.BgClassName
{
background-color: #D099C1;
}
</style>
border-color css
<style>
span { border-color: #D099C1; }
span { border-color: rgb(208,153,193); }
td.TdClassName
{
border-color: #D099C1;
}
.TagClassName
{
border-color: #D099C1;
}
</style>