Shades of Mandy #DB4252
Tints of Mandy #DB4252
RGB
CMYK
RGB Variations
Color information
#DB4252 (or 0xDB4252) is known color: Mandy. HEX triplet: DB, 42 and 52. RGB value is (219,66,82). Sum of RGB (Red+Green+Blue) = 219+66+82=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4252 is #24BDAD. Grayscale: #717171. Windows color (decimal): -2407854 or 5391067. OLE color: 5391067.
HSL color Cylindrical-coordinate representation of color #DB4252: hue angle of 353.73º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4252 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 82 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.14 |
| HSL | 353.73º | 0.68% | 0.56% | - |
| HSV(B) | 353.73º | 0.7% | 0.86% | - |
| XYZ | 32.68 | 19.57 | 10.04 | - |
| YUV | 113.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 82 | 0 | 0.70 | 0.63 | 0.14 | 353.73 | 0.68 | 0.56 |
| Hex | DB | 42 | 52 | 0 | 46 | 3F | E | 162 | 44 | 38 |
| Octal | 333 | 102 | 122 | 0 | 106 | 77 | 16 | 542 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1010010 | 0 | 1000110 | 111111 | 1110 | 101100010 | 1000100 | 111000 |
Color Harmonies of #DB4252
Complementary color
Monochromatic Colors of #DB4252
Black with #DB4252
Text Example
Text Example
White with #DB4252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4252; }
p { color: rgb(219,66,82); }
H1.HeaderClassName
{
color: #DB4252;
}
.AnyTagClassName
{
color: #DB4252;
}
</style>
background-color css
<style>
a { background-color: #DB4252; }
a { background-color: rgb(219,66,82); }
div.DivClassName
{
background-color: #DB4252;
}
.BgClassName
{
background-color: #DB4252;
}
</style>
border-color css
<style>
span { border-color: #DB4252; }
span { border-color: rgb(219,66,82); }
td.TdClassName
{
border-color: #DB4252;
}
.TagClassName
{
border-color: #DB4252;
}
</style>