Shades of Mandy #DB4759
Tints of Mandy #DB4759
RGB
CMYK
RGB Variations
Color information
#DB4759 (or 0xDB4759) is known color: Mandy. HEX triplet: DB, 47 and 59. RGB value is (219,71,89). Sum of RGB (Red+Green+Blue) = 219+71+89=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4759 is #24B8A6. Grayscale: #757575. Windows color (decimal): -2406567 or 5851099. OLE color: 5851099.
HSL color Cylindrical-coordinate representation of color #DB4759: hue angle of 352.7º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4759 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 89 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.14 |
| HSL | 352.7º | 0.67% | 0.57% | - |
| HSV(B) | 352.7º | 0.68% | 0.86% | - |
| XYZ | 33.27 | 20.29 | 11.61 | - |
| YUV | 117.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 89 | 0 | 0.68 | 0.59 | 0.14 | 352.7 | 0.67 | 0.57 |
| Hex | DB | 47 | 59 | 0 | 44 | 3B | E | 161 | 43 | 39 |
| Octal | 333 | 107 | 131 | 0 | 104 | 73 | 16 | 541 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1011001 | 0 | 1000100 | 111011 | 1110 | 101100001 | 1000011 | 111001 |
Color Harmonies of #DB4759
Complementary color
Monochromatic Colors of #DB4759
Black with #DB4759
Text Example
Text Example
White with #DB4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4759; }
p { color: rgb(219,71,89); }
H1.HeaderClassName
{
color: #DB4759;
}
.AnyTagClassName
{
color: #DB4759;
}
</style>
background-color css
<style>
a { background-color: #DB4759; }
a { background-color: rgb(219,71,89); }
div.DivClassName
{
background-color: #DB4759;
}
.BgClassName
{
background-color: #DB4759;
}
</style>
border-color css
<style>
span { border-color: #DB4759; }
span { border-color: rgb(219,71,89); }
td.TdClassName
{
border-color: #DB4759;
}
.TagClassName
{
border-color: #DB4759;
}
</style>