Shades of Lily #D27FB5
Tints of Lily #D27FB5
RGB
CMYK
RGB Variations
Color information
#D27FB5 (or 0xD27FB5) is known color: Lily. HEX triplet: D2, 7F and B5. RGB value is (210,127,181). Sum of RGB (Red+Green+Blue) = 210+127+181=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FB5 is #2D804A. Grayscale: #9D9D9D. Windows color (decimal): -2981963 or 11894738. OLE color: 11894738.
HSL color Cylindrical-coordinate representation of color #D27FB5: hue angle of 320.96º 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 #D27FB5 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 181 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.18 |
| HSL | 320.96º | 0.48% | 0.66% | - |
| HSV(B) | 320.96º | 0.4% | 0.82% | - |
| XYZ | 42.51 | 32.22 | 47.69 | - |
| YUV | 157.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 181 | 0 | 0.40 | 0.14 | 0.18 | 320.96 | 0.48 | 0.66 |
| Hex | D2 | 7F | B5 | 0 | 28 | E | 12 | 141 | 30 | 42 |
| Octal | 322 | 177 | 265 | 0 | 50 | 16 | 22 | 501 | 60 | 102 |
| Binary | 11010010 | 1111111 | 10110101 | 0 | 101000 | 1110 | 10010 | 101000001 | 110000 | 1000010 |
Color Harmonies of #D27FB5
Complementary color
Monochromatic Colors of #D27FB5
Black with #D27FB5
Text Example
Text Example
White with #D27FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FB5; }
p { color: rgb(210,127,181); }
H1.HeaderClassName
{
color: #D27FB5;
}
.AnyTagClassName
{
color: #D27FB5;
}
</style>
background-color css
<style>
a { background-color: #D27FB5; }
a { background-color: rgb(210,127,181); }
div.DivClassName
{
background-color: #D27FB5;
}
.BgClassName
{
background-color: #D27FB5;
}
</style>
border-color css
<style>
span { border-color: #D27FB5; }
span { border-color: rgb(210,127,181); }
td.TdClassName
{
border-color: #D27FB5;
}
.TagClassName
{
border-color: #D27FB5;
}
</style>