Shades of Mandy #DB4347
Tints of Mandy #DB4347
RGB
CMYK
RGB Variations
Color information
#DB4347 (or 0xDB4347) is known color: Mandy. HEX triplet: DB, 43 and 47. RGB value is (219,67,71). Sum of RGB (Red+Green+Blue) = 219+67+71=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4347 is #24BCB8. Grayscale: #717171. Windows color (decimal): -2407609 or 4670427. OLE color: 4670427.
HSL color Cylindrical-coordinate representation of color #DB4347: hue angle of 358.42º 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 #DB4347 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 71 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.14 |
| HSL | 358.42º | 0.68% | 0.56% | - |
| HSV(B) | 358.42º | 0.69% | 0.86% | - |
| XYZ | 32.36 | 19.53 | 8.03 | - |
| YUV | 112.9 | 104.36 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 71 | 0 | 0.69 | 0.68 | 0.14 | 358.42 | 0.68 | 0.56 |
| Hex | DB | 43 | 47 | 0 | 45 | 44 | E | 166 | 44 | 38 |
| Octal | 333 | 103 | 107 | 0 | 105 | 104 | 16 | 546 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1000111 | 0 | 1000101 | 1000100 | 1110 | 101100110 | 1000100 | 111000 |
Color Harmonies of #DB4347
Complementary color
Monochromatic Colors of #DB4347
Black with #DB4347
Text Example
Text Example
White with #DB4347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4347; }
p { color: rgb(219,67,71); }
H1.HeaderClassName
{
color: #DB4347;
}
.AnyTagClassName
{
color: #DB4347;
}
</style>
background-color css
<style>
a { background-color: #DB4347; }
a { background-color: rgb(219,67,71); }
div.DivClassName
{
background-color: #DB4347;
}
.BgClassName
{
background-color: #DB4347;
}
</style>
border-color css
<style>
span { border-color: #DB4347; }
span { border-color: rgb(219,67,71); }
td.TdClassName
{
border-color: #DB4347;
}
.TagClassName
{
border-color: #DB4347;
}
</style>