Shades of Mandy #DB5863
Tints of Mandy #DB5863
RGB
CMYK
RGB Variations
Color information
#DB5863 (or 0xDB5863) is known color: Mandy. HEX triplet: DB, 58 and 63. RGB value is (219,88,99). Sum of RGB (Red+Green+Blue) = 219+88+99=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5863 is #24A79C. Grayscale: #808080. Windows color (decimal): -2402205 or 6510811. OLE color: 6510811.
HSL color Cylindrical-coordinate representation of color #DB5863: hue angle of 354.96º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB5863 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 99 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.14 |
| HSL | 354.96º | 0.65% | 0.6% | - |
| HSV(B) | 354.96º | 0.6% | 0.86% | - |
| XYZ | 34.96 | 22.94 | 14.39 | - |
| YUV | 128.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 99 | 0 | 0.60 | 0.55 | 0.14 | 354.96 | 0.65 | 0.6 |
| Hex | DB | 58 | 63 | 0 | 3C | 37 | E | 163 | 41 | 3C |
| Octal | 333 | 130 | 143 | 0 | 74 | 67 | 16 | 543 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1100011 | 0 | 111100 | 110111 | 1110 | 101100011 | 1000001 | 111100 |
Color Harmonies of #DB5863
Complementary color
Monochromatic Colors of #DB5863
Black with #DB5863
Text Example
Text Example
White with #DB5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5863; }
p { color: rgb(219,88,99); }
H1.HeaderClassName
{
color: #DB5863;
}
.AnyTagClassName
{
color: #DB5863;
}
</style>
background-color css
<style>
a { background-color: #DB5863; }
a { background-color: rgb(219,88,99); }
div.DivClassName
{
background-color: #DB5863;
}
.BgClassName
{
background-color: #DB5863;
}
</style>
border-color css
<style>
span { border-color: #DB5863; }
span { border-color: rgb(219,88,99); }
td.TdClassName
{
border-color: #DB5863;
}
.TagClassName
{
border-color: #DB5863;
}
</style>