Shades of Lily #D27DB7
Tints of Lily #D27DB7
RGB
CMYK
RGB Variations
Color information
#D27DB7 (or 0xD27DB7) is known color: Lily. HEX triplet: D2, 7D and B7. RGB value is (210,125,183). Sum of RGB (Red+Green+Blue) = 210+125+183=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DB7 is #2D8248. Grayscale: #9C9C9C. Windows color (decimal): -2982473 or 12025298. OLE color: 12025298.
HSL color Cylindrical-coordinate representation of color #D27DB7: hue angle of 319.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DB7 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 183 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.18 |
| HSL | 319.06º | 0.49% | 0.66% | - |
| HSV(B) | 319.06º | 0.4% | 0.82% | - |
| XYZ | 42.46 | 31.79 | 48.7 | - |
| YUV | 157.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 183 | 0 | 0.40 | 0.13 | 0.18 | 319.06 | 0.49 | 0.66 |
| Hex | D2 | 7D | B7 | 0 | 28 | D | 12 | 13F | 31 | 42 |
| Octal | 322 | 175 | 267 | 0 | 50 | 15 | 22 | 477 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10110111 | 0 | 101000 | 1101 | 10010 | 100111111 | 110001 | 1000010 |
Color Harmonies of #D27DB7
Complementary color
Monochromatic Colors of #D27DB7
Black with #D27DB7
Text Example
Text Example
White with #D27DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DB7; }
p { color: rgb(210,125,183); }
H1.HeaderClassName
{
color: #D27DB7;
}
.AnyTagClassName
{
color: #D27DB7;
}
</style>
background-color css
<style>
a { background-color: #D27DB7; }
a { background-color: rgb(210,125,183); }
div.DivClassName
{
background-color: #D27DB7;
}
.BgClassName
{
background-color: #D27DB7;
}
</style>
border-color css
<style>
span { border-color: #D27DB7; }
span { border-color: rgb(210,125,183); }
td.TdClassName
{
border-color: #D27DB7;
}
.TagClassName
{
border-color: #D27DB7;
}
</style>