Shades of Mandy #DB4859
Tints of Mandy #DB4859
RGB
CMYK
RGB Variations
Color information
#DB4859 (or 0xDB4859) is known color: Mandy. HEX triplet: DB, 48 and 59. RGB value is (219,72,89). Sum of RGB (Red+Green+Blue) = 219+72+89=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4859 is #24B7A6. Grayscale: #757575. Windows color (decimal): -2406311 or 5851355. OLE color: 5851355.
HSL color Cylindrical-coordinate representation of color #DB4859: hue angle of 353.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4859 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 89 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.14 |
| HSL | 353.06º | 0.67% | 0.57% | - |
| HSV(B) | 353.06º | 0.67% | 0.86% | - |
| XYZ | 33.33 | 20.42 | 11.64 | - |
| YUV | 117.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 89 | 0 | 0.67 | 0.59 | 0.14 | 353.06 | 0.67 | 0.57 |
| Hex | DB | 48 | 59 | 0 | 43 | 3B | E | 161 | 43 | 39 |
| Octal | 333 | 110 | 131 | 0 | 103 | 73 | 16 | 541 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1011001 | 0 | 1000011 | 111011 | 1110 | 101100001 | 1000011 | 111001 |
Color Harmonies of #DB4859
Complementary color
Monochromatic Colors of #DB4859
Black with #DB4859
Text Example
Text Example
White with #DB4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4859; }
p { color: rgb(219,72,89); }
H1.HeaderClassName
{
color: #DB4859;
}
.AnyTagClassName
{
color: #DB4859;
}
</style>
background-color css
<style>
a { background-color: #DB4859; }
a { background-color: rgb(219,72,89); }
div.DivClassName
{
background-color: #DB4859;
}
.BgClassName
{
background-color: #DB4859;
}
</style>
border-color css
<style>
span { border-color: #DB4859; }
span { border-color: rgb(219,72,89); }
td.TdClassName
{
border-color: #DB4859;
}
.TagClassName
{
border-color: #DB4859;
}
</style>