Shades of Mandy #DB5254
Tints of Mandy #DB5254
RGB
CMYK
RGB Variations
Color information
#DB5254 (or 0xDB5254) is known color: Mandy. HEX triplet: DB, 52 and 54. RGB value is (219,82,84). Sum of RGB (Red+Green+Blue) = 219+82+84=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5254 is #24ADAB. Grayscale: #7B7B7B. Windows color (decimal): -2403756 or 5526235. OLE color: 5526235.
HSL color Cylindrical-coordinate representation of color #DB5254: hue angle of 359.12º 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 #DB5254 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 84 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.14 |
| HSL | 359.12º | 0.66% | 0.59% | - |
| HSV(B) | 359.12º | 0.63% | 0.86% | - |
| XYZ | 33.83 | 21.73 | 10.8 | - |
| YUV | 123.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 84 | 0 | 0.63 | 0.62 | 0.14 | 359.12 | 0.66 | 0.59 |
| Hex | DB | 52 | 54 | 0 | 3F | 3E | E | 167 | 42 | 3B |
| Octal | 333 | 122 | 124 | 0 | 77 | 76 | 16 | 547 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1010100 | 0 | 111111 | 111110 | 1110 | 101100111 | 1000010 | 111011 |
Color Harmonies of #DB5254
Complementary color
Monochromatic Colors of #DB5254
Black with #DB5254
Text Example
Text Example
White with #DB5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5254; }
p { color: rgb(219,82,84); }
H1.HeaderClassName
{
color: #DB5254;
}
.AnyTagClassName
{
color: #DB5254;
}
</style>
background-color css
<style>
a { background-color: #DB5254; }
a { background-color: rgb(219,82,84); }
div.DivClassName
{
background-color: #DB5254;
}
.BgClassName
{
background-color: #DB5254;
}
</style>
border-color css
<style>
span { border-color: #DB5254; }
span { border-color: rgb(219,82,84); }
td.TdClassName
{
border-color: #DB5254;
}
.TagClassName
{
border-color: #DB5254;
}
</style>