Shades of Mandy #DB4552
Tints of Mandy #DB4552
RGB
CMYK
RGB Variations
Color information
#DB4552 (or 0xDB4552) is known color: Mandy. HEX triplet: DB, 45 and 52. RGB value is (219,69,82). Sum of RGB (Red+Green+Blue) = 219+69+82=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4552 is #24BAAD. Grayscale: #737373. Windows color (decimal): -2407086 or 5391835. OLE color: 5391835.
HSL color Cylindrical-coordinate representation of color #DB4552: hue angle of 354.8º 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 #DB4552 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 82 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.14 |
| HSL | 354.8º | 0.68% | 0.56% | - |
| HSV(B) | 354.8º | 0.68% | 0.86% | - |
| XYZ | 32.86 | 19.93 | 10.1 | - |
| YUV | 115.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 82 | 0 | 0.68 | 0.63 | 0.14 | 354.8 | 0.68 | 0.56 |
| Hex | DB | 45 | 52 | 0 | 44 | 3F | E | 163 | 44 | 38 |
| Octal | 333 | 105 | 122 | 0 | 104 | 77 | 16 | 543 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1010010 | 0 | 1000100 | 111111 | 1110 | 101100011 | 1000100 | 111000 |
Color Harmonies of #DB4552
Complementary color
Monochromatic Colors of #DB4552
Black with #DB4552
Text Example
Text Example
White with #DB4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4552; }
p { color: rgb(219,69,82); }
H1.HeaderClassName
{
color: #DB4552;
}
.AnyTagClassName
{
color: #DB4552;
}
</style>
background-color css
<style>
a { background-color: #DB4552; }
a { background-color: rgb(219,69,82); }
div.DivClassName
{
background-color: #DB4552;
}
.BgClassName
{
background-color: #DB4552;
}
</style>
border-color css
<style>
span { border-color: #DB4552; }
span { border-color: rgb(219,69,82); }
td.TdClassName
{
border-color: #DB4552;
}
.TagClassName
{
border-color: #DB4552;
}
</style>