Shades of Mandy #DB444D
Tints of Mandy #DB444D
RGB
CMYK
RGB Variations
Color information
#DB444D (or 0xDB444D) is known color: Mandy. HEX triplet: DB, 44 and 4D. RGB value is (219,68,77). Sum of RGB (Red+Green+Blue) = 219+68+77=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB444D is #24BBB2. Grayscale: #727272. Windows color (decimal): -2407347 or 5063899. OLE color: 5063899.
HSL color Cylindrical-coordinate representation of color #DB444D: hue angle of 356.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 #DB444D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 77 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.14 |
| HSL | 356.42º | 0.68% | 0.56% | - |
| HSV(B) | 356.42º | 0.69% | 0.86% | - |
| XYZ | 32.62 | 19.73 | 9.11 | - |
| YUV | 114.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 77 | 0 | 0.69 | 0.65 | 0.14 | 356.42 | 0.68 | 0.56 |
| Hex | DB | 44 | 4D | 0 | 45 | 41 | E | 164 | 44 | 38 |
| Octal | 333 | 104 | 115 | 0 | 105 | 101 | 16 | 544 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1001101 | 0 | 1000101 | 1000001 | 1110 | 101100100 | 1000100 | 111000 |
Color Harmonies of #DB444D
Complementary color
Monochromatic Colors of #DB444D
Black with #DB444D
Text Example
Text Example
White with #DB444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB444D; }
p { color: rgb(219,68,77); }
H1.HeaderClassName
{
color: #DB444D;
}
.AnyTagClassName
{
color: #DB444D;
}
</style>
background-color css
<style>
a { background-color: #DB444D; }
a { background-color: rgb(219,68,77); }
div.DivClassName
{
background-color: #DB444D;
}
.BgClassName
{
background-color: #DB444D;
}
</style>
border-color css
<style>
span { border-color: #DB444D; }
span { border-color: rgb(219,68,77); }
td.TdClassName
{
border-color: #DB444D;
}
.TagClassName
{
border-color: #DB444D;
}
</style>