Shades of Lily #D09CC0
Tints of Lily #D09CC0
RGB
CMYK
RGB Variations
Color information
#D09CC0 (or 0xD09CC0) is known color: Lily. HEX triplet: D0, 9C and C0. RGB value is (208,156,192). Sum of RGB (Red+Green+Blue) = 208+156+192=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CC0 is #2F633F. Grayscale: #AFAFAF. Windows color (decimal): -3105600 or 12623056. OLE color: 12623056.
HSL color Cylindrical-coordinate representation of color #D09CC0: hue angle of 318.46º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CC0 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 192 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.18 |
| HSL | 318.46º | 0.36% | 0.71% | - |
| HSV(B) | 318.46º | 0.25% | 0.82% | - |
| XYZ | 47.42 | 40.99 | 55.28 | - |
| YUV | 175.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 192 | 0 | 0.25 | 0.08 | 0.18 | 318.46 | 0.36 | 0.71 |
| Hex | D0 | 9C | C0 | 0 | 19 | 8 | 12 | 13E | 24 | 47 |
| Octal | 320 | 234 | 300 | 0 | 31 | 10 | 22 | 476 | 44 | 107 |
| Binary | 11010000 | 10011100 | 11000000 | 0 | 11001 | 1000 | 10010 | 100111110 | 100100 | 1000111 |
Color Harmonies of #D09CC0
Complementary color
Monochromatic Colors of #D09CC0
Black with #D09CC0
Text Example
Text Example
White with #D09CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CC0; }
p { color: rgb(208,156,192); }
H1.HeaderClassName
{
color: #D09CC0;
}
.AnyTagClassName
{
color: #D09CC0;
}
</style>
background-color css
<style>
a { background-color: #D09CC0; }
a { background-color: rgb(208,156,192); }
div.DivClassName
{
background-color: #D09CC0;
}
.BgClassName
{
background-color: #D09CC0;
}
</style>
border-color css
<style>
span { border-color: #D09CC0; }
span { border-color: rgb(208,156,192); }
td.TdClassName
{
border-color: #D09CC0;
}
.TagClassName
{
border-color: #D09CC0;
}
</style>