Shades of Mandy #DB4458
Tints of Mandy #DB4458
RGB
CMYK
RGB Variations
Color information
#DB4458 (or 0xDB4458) is known color: Mandy. HEX triplet: DB, 44 and 58. RGB value is (219,68,88). Sum of RGB (Red+Green+Blue) = 219+68+88=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4458 is #24BBA7. Grayscale: #737373. Windows color (decimal): -2407336 or 5784795. OLE color: 5784795.
HSL color Cylindrical-coordinate representation of color #DB4458: hue angle of 352.05º 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 #DB4458 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 88 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.14 |
| HSL | 352.05º | 0.68% | 0.56% | - |
| HSV(B) | 352.05º | 0.69% | 0.86% | - |
| XYZ | 33.04 | 19.9 | 11.33 | - |
| YUV | 115.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 88 | 0 | 0.69 | 0.60 | 0.14 | 352.05 | 0.68 | 0.56 |
| Hex | DB | 44 | 58 | 0 | 45 | 3C | E | 160 | 44 | 38 |
| Octal | 333 | 104 | 130 | 0 | 105 | 74 | 16 | 540 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1011000 | 0 | 1000101 | 111100 | 1110 | 101100000 | 1000100 | 111000 |
Color Harmonies of #DB4458
Complementary color
Monochromatic Colors of #DB4458
Black with #DB4458
Text Example
Text Example
White with #DB4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4458; }
p { color: rgb(219,68,88); }
H1.HeaderClassName
{
color: #DB4458;
}
.AnyTagClassName
{
color: #DB4458;
}
</style>
background-color css
<style>
a { background-color: #DB4458; }
a { background-color: rgb(219,68,88); }
div.DivClassName
{
background-color: #DB4458;
}
.BgClassName
{
background-color: #DB4458;
}
</style>
border-color css
<style>
span { border-color: #DB4458; }
span { border-color: rgb(219,68,88); }
td.TdClassName
{
border-color: #DB4458;
}
.TagClassName
{
border-color: #DB4458;
}
</style>