Shades of Mandy #DB4455
Tints of Mandy #DB4455
RGB
CMYK
RGB Variations
Color information
#DB4455 (or 0xDB4455) is known color: Mandy. HEX triplet: DB, 44 and 55. RGB value is (219,68,85). Sum of RGB (Red+Green+Blue) = 219+68+85=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4455 is #24BBAA. Grayscale: #737373. Windows color (decimal): -2407339 or 5588187. OLE color: 5588187.
HSL color Cylindrical-coordinate representation of color #DB4455: hue angle of 353.25º 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 #DB4455 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 85 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.14 |
| HSL | 353.25º | 0.68% | 0.56% | - |
| HSV(B) | 353.25º | 0.69% | 0.86% | - |
| XYZ | 32.92 | 19.85 | 10.69 | - |
| YUV | 115.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 85 | 0 | 0.69 | 0.61 | 0.14 | 353.25 | 0.68 | 0.56 |
| Hex | DB | 44 | 55 | 0 | 45 | 3D | E | 161 | 44 | 38 |
| Octal | 333 | 104 | 125 | 0 | 105 | 75 | 16 | 541 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1010101 | 0 | 1000101 | 111101 | 1110 | 101100001 | 1000100 | 111000 |
Color Harmonies of #DB4455
Complementary color
Monochromatic Colors of #DB4455
Black with #DB4455
Text Example
Text Example
White with #DB4455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4455; }
p { color: rgb(219,68,85); }
H1.HeaderClassName
{
color: #DB4455;
}
.AnyTagClassName
{
color: #DB4455;
}
</style>
background-color css
<style>
a { background-color: #DB4455; }
a { background-color: rgb(219,68,85); }
div.DivClassName
{
background-color: #DB4455;
}
.BgClassName
{
background-color: #DB4455;
}
</style>
border-color css
<style>
span { border-color: #DB4455; }
span { border-color: rgb(219,68,85); }
td.TdClassName
{
border-color: #DB4455;
}
.TagClassName
{
border-color: #DB4455;
}
</style>