Shades of Lily #D27DB8
Tints of Lily #D27DB8
RGB
CMYK
RGB Variations
Color information
#D27DB8 (or 0xD27DB8) is known color: Lily. HEX triplet: D2, 7D and B8. RGB value is (210,125,184). Sum of RGB (Red+Green+Blue) = 210+125+184=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DB8 is #2D8247. Grayscale: #9C9C9C. Windows color (decimal): -2982472 or 12090834. OLE color: 12090834.
HSL color Cylindrical-coordinate representation of color #D27DB8: hue angle of 318.35º 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 #D27DB8 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 184 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.18 |
| HSL | 318.35º | 0.49% | 0.66% | - |
| HSV(B) | 318.35º | 0.4% | 0.82% | - |
| XYZ | 42.56 | 31.83 | 49.25 | - |
| YUV | 157.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 184 | 0 | 0.40 | 0.12 | 0.18 | 318.35 | 0.49 | 0.66 |
| Hex | D2 | 7D | B8 | 0 | 28 | C | 12 | 13E | 31 | 42 |
| Octal | 322 | 175 | 270 | 0 | 50 | 14 | 22 | 476 | 61 | 102 |
| Binary | 11010010 | 1111101 | 10111000 | 0 | 101000 | 1100 | 10010 | 100111110 | 110001 | 1000010 |
Color Harmonies of #D27DB8
Complementary color
Monochromatic Colors of #D27DB8
Black with #D27DB8
Text Example
Text Example
White with #D27DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DB8; }
p { color: rgb(210,125,184); }
H1.HeaderClassName
{
color: #D27DB8;
}
.AnyTagClassName
{
color: #D27DB8;
}
</style>
background-color css
<style>
a { background-color: #D27DB8; }
a { background-color: rgb(210,125,184); }
div.DivClassName
{
background-color: #D27DB8;
}
.BgClassName
{
background-color: #D27DB8;
}
</style>
border-color css
<style>
span { border-color: #D27DB8; }
span { border-color: rgb(210,125,184); }
td.TdClassName
{
border-color: #D27DB8;
}
.TagClassName
{
border-color: #D27DB8;
}
</style>