Shades of Mandy #DB4452
Tints of Mandy #DB4452
RGB
CMYK
RGB Variations
Color information
#DB4452 (or 0xDB4452) is known color: Mandy. HEX triplet: DB, 44 and 52. RGB value is (219,68,82). Sum of RGB (Red+Green+Blue) = 219+68+82=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4452 is #24BBAD. Grayscale: #727272. Windows color (decimal): -2407342 or 5391579. OLE color: 5391579.
HSL color Cylindrical-coordinate representation of color #DB4452: hue angle of 354.44º 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 #DB4452 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 82 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.14 |
| HSL | 354.44º | 0.68% | 0.56% | - |
| HSV(B) | 354.44º | 0.69% | 0.86% | - |
| XYZ | 32.8 | 19.8 | 10.08 | - |
| YUV | 114.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 82 | 0 | 0.69 | 0.63 | 0.14 | 354.44 | 0.68 | 0.56 |
| Hex | DB | 44 | 52 | 0 | 45 | 3F | E | 162 | 44 | 38 |
| Octal | 333 | 104 | 122 | 0 | 105 | 77 | 16 | 542 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1010010 | 0 | 1000101 | 111111 | 1110 | 101100010 | 1000100 | 111000 |
Color Harmonies of #DB4452
Complementary color
Monochromatic Colors of #DB4452
Black with #DB4452
Text Example
Text Example
White with #DB4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4452; }
p { color: rgb(219,68,82); }
H1.HeaderClassName
{
color: #DB4452;
}
.AnyTagClassName
{
color: #DB4452;
}
</style>
background-color css
<style>
a { background-color: #DB4452; }
a { background-color: rgb(219,68,82); }
div.DivClassName
{
background-color: #DB4452;
}
.BgClassName
{
background-color: #DB4452;
}
</style>
border-color css
<style>
span { border-color: #DB4452; }
span { border-color: rgb(219,68,82); }
td.TdClassName
{
border-color: #DB4452;
}
.TagClassName
{
border-color: #DB4452;
}
</style>