Shades of Lily #D27EB3
Tints of Lily #D27EB3
RGB
CMYK
RGB Variations
Color information
#D27EB3 (or 0xD27EB3) is known color: Lily. HEX triplet: D2, 7E and B3. RGB value is (210,126,179). Sum of RGB (Red+Green+Blue) = 210+126+179=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EB3 is #2D814C. Grayscale: #9D9D9D. Windows color (decimal): -2982221 or 11763410. OLE color: 11763410.
HSL color Cylindrical-coordinate representation of color #D27EB3: hue angle of 322.14º 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 #D27EB3 is Cyan = 0, Magento = 0.4, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 179 | - |
| CMYK | 0 | 0.4 | 0.15 | 0.18 |
| HSL | 322.14º | 0.48% | 0.66% | - |
| HSV(B) | 322.14º | 0.4% | 0.82% | - |
| XYZ | 42.18 | 31.88 | 46.58 | - |
| YUV | 157.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 179 | 0 | 0.4 | 0.15 | 0.18 | 322.14 | 0.48 | 0.66 |
| Hex | D2 | 7E | B3 | 0 | 28 | F | 12 | 142 | 30 | 42 |
| Octal | 322 | 176 | 263 | 0 | 50 | 17 | 22 | 502 | 60 | 102 |
| Binary | 11010010 | 1111110 | 10110011 | 0 | 101000 | 1111 | 10010 | 101000010 | 110000 | 1000010 |
Color Harmonies of #D27EB3
Complementary color
Monochromatic Colors of #D27EB3
Black with #D27EB3
Text Example
Text Example
White with #D27EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EB3; }
p { color: rgb(210,126,179); }
H1.HeaderClassName
{
color: #D27EB3;
}
.AnyTagClassName
{
color: #D27EB3;
}
</style>
background-color css
<style>
a { background-color: #D27EB3; }
a { background-color: rgb(210,126,179); }
div.DivClassName
{
background-color: #D27EB3;
}
.BgClassName
{
background-color: #D27EB3;
}
</style>
border-color css
<style>
span { border-color: #D27EB3; }
span { border-color: rgb(210,126,179); }
td.TdClassName
{
border-color: #D27EB3;
}
.TagClassName
{
border-color: #D27EB3;
}
</style>