Shades of Mandy #DB4447
Tints of Mandy #DB4447
RGB
CMYK
RGB Variations
Color information
#DB4447 (or 0xDB4447) is known color: Mandy. HEX triplet: DB, 44 and 47. RGB value is (219,68,71). Sum of RGB (Red+Green+Blue) = 219+68+71=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4447 is #24BBB8. Grayscale: #717171. Windows color (decimal): -2407353 or 4670683. OLE color: 4670683.
HSL color Cylindrical-coordinate representation of color #DB4447: hue angle of 358.81º 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 #DB4447 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 71 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.14 |
| HSL | 358.81º | 0.68% | 0.56% | - |
| HSV(B) | 358.81º | 0.69% | 0.86% | - |
| XYZ | 32.42 | 19.65 | 8.05 | - |
| YUV | 113.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 71 | 0 | 0.69 | 0.68 | 0.14 | 358.81 | 0.68 | 0.56 |
| Hex | DB | 44 | 47 | 0 | 45 | 44 | E | 167 | 44 | 38 |
| Octal | 333 | 104 | 107 | 0 | 105 | 104 | 16 | 547 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1000111 | 0 | 1000101 | 1000100 | 1110 | 101100111 | 1000100 | 111000 |
Color Harmonies of #DB4447
Complementary color
Monochromatic Colors of #DB4447
Black with #DB4447
Text Example
Text Example
White with #DB4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4447; }
p { color: rgb(219,68,71); }
H1.HeaderClassName
{
color: #DB4447;
}
.AnyTagClassName
{
color: #DB4447;
}
</style>
background-color css
<style>
a { background-color: #DB4447; }
a { background-color: rgb(219,68,71); }
div.DivClassName
{
background-color: #DB4447;
}
.BgClassName
{
background-color: #DB4447;
}
</style>
border-color css
<style>
span { border-color: #DB4447; }
span { border-color: rgb(219,68,71); }
td.TdClassName
{
border-color: #DB4447;
}
.TagClassName
{
border-color: #DB4447;
}
</style>