Shades of Mandy #DB4554
Tints of Mandy #DB4554
RGB
CMYK
RGB Variations
Color information
#DB4554 (or 0xDB4554) is known color: Mandy. HEX triplet: DB, 45 and 54. RGB value is (219,69,84). Sum of RGB (Red+Green+Blue) = 219+69+84=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4554 is #24BAAB. Grayscale: #737373. Windows color (decimal): -2407084 or 5522907. OLE color: 5522907.
HSL color Cylindrical-coordinate representation of color #DB4554: hue angle of 354º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4554 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 84 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.14 |
| HSL | 354º | 0.68% | 0.56% | - |
| HSV(B) | 354º | 0.68% | 0.86% | - |
| XYZ | 32.94 | 19.96 | 10.5 | - |
| YUV | 115.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 84 | 0 | 0.68 | 0.62 | 0.14 | 354 | 0.68 | 0.56 |
| Hex | DB | 45 | 54 | 0 | 44 | 3E | E | 162 | 44 | 38 |
| Octal | 333 | 105 | 124 | 0 | 104 | 76 | 16 | 542 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1010100 | 0 | 1000100 | 111110 | 1110 | 101100010 | 1000100 | 111000 |
Color Harmonies of #DB4554
Complementary color
Monochromatic Colors of #DB4554
Black with #DB4554
Text Example
Text Example
White with #DB4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4554; }
p { color: rgb(219,69,84); }
H1.HeaderClassName
{
color: #DB4554;
}
.AnyTagClassName
{
color: #DB4554;
}
</style>
background-color css
<style>
a { background-color: #DB4554; }
a { background-color: rgb(219,69,84); }
div.DivClassName
{
background-color: #DB4554;
}
.BgClassName
{
background-color: #DB4554;
}
</style>
border-color css
<style>
span { border-color: #DB4554; }
span { border-color: rgb(219,69,84); }
td.TdClassName
{
border-color: #DB4554;
}
.TagClassName
{
border-color: #DB4554;
}
</style>