Shades of Mandy #DB4457
Tints of Mandy #DB4457
RGB
CMYK
RGB Variations
Color information
#DB4457 (or 0xDB4457) is known color: Mandy. HEX triplet: DB, 44 and 57. RGB value is (219,68,87). Sum of RGB (Red+Green+Blue) = 219+68+87=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4457 is #24BBA8. Grayscale: #737373. Windows color (decimal): -2407337 or 5719259. OLE color: 5719259.
HSL color Cylindrical-coordinate representation of color #DB4457: hue angle of 352.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4457 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 87 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.14 |
| HSL | 352.45º | 0.68% | 0.56% | - |
| HSV(B) | 352.45º | 0.69% | 0.86% | - |
| XYZ | 33 | 19.88 | 11.12 | - |
| YUV | 115.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 87 | 0 | 0.69 | 0.60 | 0.14 | 352.45 | 0.68 | 0.56 |
| Hex | DB | 44 | 57 | 0 | 45 | 3C | E | 160 | 44 | 38 |
| Octal | 333 | 104 | 127 | 0 | 105 | 74 | 16 | 540 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1010111 | 0 | 1000101 | 111100 | 1110 | 101100000 | 1000100 | 111000 |
Color Harmonies of #DB4457
Complementary color
Monochromatic Colors of #DB4457
Black with #DB4457
Text Example
Text Example
White with #DB4457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4457; }
p { color: rgb(219,68,87); }
H1.HeaderClassName
{
color: #DB4457;
}
.AnyTagClassName
{
color: #DB4457;
}
</style>
background-color css
<style>
a { background-color: #DB4457; }
a { background-color: rgb(219,68,87); }
div.DivClassName
{
background-color: #DB4457;
}
.BgClassName
{
background-color: #DB4457;
}
</style>
border-color css
<style>
span { border-color: #DB4457; }
span { border-color: rgb(219,68,87); }
td.TdClassName
{
border-color: #DB4457;
}
.TagClassName
{
border-color: #DB4457;
}
</style>