Shades of Mandy #DB474E
Tints of Mandy #DB474E
RGB
CMYK
RGB Variations
Color information
#DB474E (or 0xDB474E) is known color: Mandy. HEX triplet: DB, 47 and 4E. RGB value is (219,71,78). Sum of RGB (Red+Green+Blue) = 219+71+78=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB474E is #24B8B1. Grayscale: #747474. Windows color (decimal): -2406578 or 5130203. OLE color: 5130203.
HSL color Cylindrical-coordinate representation of color #DB474E: hue angle of 357.16º 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 #DB474E is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 78 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.14 |
| HSL | 357.16º | 0.67% | 0.57% | - |
| HSV(B) | 357.16º | 0.68% | 0.86% | - |
| XYZ | 32.84 | 20.12 | 9.36 | - |
| YUV | 116.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 78 | 0 | 0.68 | 0.64 | 0.14 | 357.16 | 0.67 | 0.57 |
| Hex | DB | 47 | 4E | 0 | 44 | 40 | E | 165 | 43 | 39 |
| Octal | 333 | 107 | 116 | 0 | 104 | 100 | 16 | 545 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1001110 | 0 | 1000100 | 1000000 | 1110 | 101100101 | 1000011 | 111001 |
Color Harmonies of #DB474E
Complementary color
Monochromatic Colors of #DB474E
Black with #DB474E
Text Example
Text Example
White with #DB474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB474E; }
p { color: rgb(219,71,78); }
H1.HeaderClassName
{
color: #DB474E;
}
.AnyTagClassName
{
color: #DB474E;
}
</style>
background-color css
<style>
a { background-color: #DB474E; }
a { background-color: rgb(219,71,78); }
div.DivClassName
{
background-color: #DB474E;
}
.BgClassName
{
background-color: #DB474E;
}
</style>
border-color css
<style>
span { border-color: #DB474E; }
span { border-color: rgb(219,71,78); }
td.TdClassName
{
border-color: #DB474E;
}
.TagClassName
{
border-color: #DB474E;
}
</style>