Shades of Lily #D27FB9
Tints of Lily #D27FB9
RGB
CMYK
RGB Variations
Color information
#D27FB9 (or 0xD27FB9) is known color: Lily. HEX triplet: D2, 7F and B9. RGB value is (210,127,185). Sum of RGB (Red+Green+Blue) = 210+127+185=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FB9 is #2D8046. Grayscale: #9E9E9E. Windows color (decimal): -2981959 or 12156882. OLE color: 12156882.
HSL color Cylindrical-coordinate representation of color #D27FB9: hue angle of 318.07º degrees, saturation: 0.48, 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 #D27FB9 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 185 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.18 |
| HSL | 318.07º | 0.48% | 0.66% | - |
| HSV(B) | 318.07º | 0.4% | 0.82% | - |
| XYZ | 42.92 | 32.38 | 49.89 | - |
| YUV | 158.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 185 | 0 | 0.40 | 0.12 | 0.18 | 318.07 | 0.48 | 0.66 |
| Hex | D2 | 7F | B9 | 0 | 28 | C | 12 | 13E | 30 | 42 |
| Octal | 322 | 177 | 271 | 0 | 50 | 14 | 22 | 476 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10111001 | 0 | 101000 | 1100 | 10010 | 100111110 | 110000 | 1000010 |
Color Harmonies of #D27FB9
Complementary color
Monochromatic Colors of #D27FB9
Black with #D27FB9
Text Example
Text Example
White with #D27FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FB9; }
p { color: rgb(210,127,185); }
H1.HeaderClassName
{
color: #D27FB9;
}
.AnyTagClassName
{
color: #D27FB9;
}
</style>
background-color css
<style>
a { background-color: #D27FB9; }
a { background-color: rgb(210,127,185); }
div.DivClassName
{
background-color: #D27FB9;
}
.BgClassName
{
background-color: #D27FB9;
}
</style>
border-color css
<style>
span { border-color: #D27FB9; }
span { border-color: rgb(210,127,185); }
td.TdClassName
{
border-color: #D27FB9;
}
.TagClassName
{
border-color: #D27FB9;
}
</style>