Shades of Mandy #DB5052
Tints of Mandy #DB5052
RGB
CMYK
RGB Variations
Color information
#DB5052 (or 0xDB5052) is known color: Mandy. HEX triplet: DB, 50 and 52. RGB value is (219,80,82). Sum of RGB (Red+Green+Blue) = 219+80+82=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5052 is #24AFAD. Grayscale: #797979. Windows color (decimal): -2404270 or 5394651. OLE color: 5394651.
HSL color Cylindrical-coordinate representation of color #DB5052: hue angle of 359.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5052 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 80 | 82 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.14 |
| HSL | 359.14º | 0.66% | 0.59% | - |
| HSV(B) | 359.14º | 0.63% | 0.86% | - |
| XYZ | 33.61 | 21.41 | 10.34 | - |
| YUV | 121.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 80 | 82 | 0 | 0.63 | 0.63 | 0.14 | 359.14 | 0.66 | 0.59 |
| Hex | DB | 50 | 52 | 0 | 3F | 3F | E | 167 | 42 | 3B |
| Octal | 333 | 120 | 122 | 0 | 77 | 77 | 16 | 547 | 102 | 73 |
| Binary | 11011011 | 1010000 | 1010010 | 0 | 111111 | 111111 | 1110 | 101100111 | 1000010 | 111011 |
Color Harmonies of #DB5052
Complementary color
Monochromatic Colors of #DB5052
Black with #DB5052
Text Example
Text Example
White with #DB5052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5052; }
p { color: rgb(219,80,82); }
H1.HeaderClassName
{
color: #DB5052;
}
.AnyTagClassName
{
color: #DB5052;
}
</style>
background-color css
<style>
a { background-color: #DB5052; }
a { background-color: rgb(219,80,82); }
div.DivClassName
{
background-color: #DB5052;
}
.BgClassName
{
background-color: #DB5052;
}
</style>
border-color css
<style>
span { border-color: #DB5052; }
span { border-color: rgb(219,80,82); }
td.TdClassName
{
border-color: #DB5052;
}
.TagClassName
{
border-color: #DB5052;
}
</style>