Shades of Mandy #DB445E
Tints of Mandy #DB445E
RGB
CMYK
RGB Variations
Color information
#DB445E (or 0xDB445E) is known color: Mandy. HEX triplet: DB, 44 and 5E. RGB value is (219,68,94). Sum of RGB (Red+Green+Blue) = 219+68+94=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB445E is #24BBA1. Grayscale: #747474. Windows color (decimal): -2407330 or 6178011. OLE color: 6178011.
HSL color Cylindrical-coordinate representation of color #DB445E: hue angle of 349.67º 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 #DB445E is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 94 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.14 |
| HSL | 349.67º | 0.68% | 0.56% | - |
| HSV(B) | 349.67º | 0.69% | 0.86% | - |
| XYZ | 33.3 | 20 | 12.7 | - |
| YUV | 116.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 94 | 0 | 0.69 | 0.57 | 0.14 | 349.67 | 0.68 | 0.56 |
| Hex | DB | 44 | 5E | 0 | 45 | 39 | E | 15E | 44 | 38 |
| Octal | 333 | 104 | 136 | 0 | 105 | 71 | 16 | 536 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1011110 | 0 | 1000101 | 111001 | 1110 | 101011110 | 1000100 | 111000 |
Color Harmonies of #DB445E
Complementary color
Monochromatic Colors of #DB445E
Black with #DB445E
Text Example
Text Example
White with #DB445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB445E; }
p { color: rgb(219,68,94); }
H1.HeaderClassName
{
color: #DB445E;
}
.AnyTagClassName
{
color: #DB445E;
}
</style>
background-color css
<style>
a { background-color: #DB445E; }
a { background-color: rgb(219,68,94); }
div.DivClassName
{
background-color: #DB445E;
}
.BgClassName
{
background-color: #DB445E;
}
</style>
border-color css
<style>
span { border-color: #DB445E; }
span { border-color: rgb(219,68,94); }
td.TdClassName
{
border-color: #DB445E;
}
.TagClassName
{
border-color: #DB445E;
}
</style>