Shades of Lily #D29AC0
Tints of Lily #D29AC0
RGB
CMYK
RGB Variations
Color information
#D29AC0 (or 0xD29AC0) is known color: Lily. HEX triplet: D2, 9A and C0. RGB value is (210,154,192). Sum of RGB (Red+Green+Blue) = 210+154+192=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D29AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AC0 is #2D653F. Grayscale: #AEAEAE. Windows color (decimal): -2975040 or 12622546. OLE color: 12622546.
HSL color Cylindrical-coordinate representation of color #D29AC0: hue angle of 319.29º degrees, saturation: 0.38, 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 #D29AC0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 154 | 192 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.18 |
| HSL | 319.29º | 0.38% | 0.71% | - |
| HSV(B) | 319.29º | 0.27% | 0.82% | - |
| XYZ | 47.65 | 40.62 | 55.2 | - |
| YUV | 175.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 154 | 192 | 0 | 0.27 | 0.09 | 0.18 | 319.29 | 0.38 | 0.71 |
| Hex | D2 | 9A | C0 | 0 | 1B | 9 | 12 | 13F | 26 | 47 |
| Octal | 322 | 232 | 300 | 0 | 33 | 11 | 22 | 477 | 46 | 107 |
| Binary | 11010010 | 10011010 | 11000000 | 0 | 11011 | 1001 | 10010 | 100111111 | 100110 | 1000111 |
Color Harmonies of #D29AC0
Complementary color
Monochromatic Colors of #D29AC0
Black with #D29AC0
Text Example
Text Example
White with #D29AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29AC0; }
p { color: rgb(210,154,192); }
H1.HeaderClassName
{
color: #D29AC0;
}
.AnyTagClassName
{
color: #D29AC0;
}
</style>
background-color css
<style>
a { background-color: #D29AC0; }
a { background-color: rgb(210,154,192); }
div.DivClassName
{
background-color: #D29AC0;
}
.BgClassName
{
background-color: #D29AC0;
}
</style>
border-color css
<style>
span { border-color: #D29AC0; }
span { border-color: rgb(210,154,192); }
td.TdClassName
{
border-color: #D29AC0;
}
.TagClassName
{
border-color: #D29AC0;
}
</style>