Shades of Mandy #DB5261
Tints of Mandy #DB5261
RGB
CMYK
RGB Variations
Color information
#DB5261 (or 0xDB5261) is known color: Mandy. HEX triplet: DB, 52 and 61. RGB value is (219,82,97). Sum of RGB (Red+Green+Blue) = 219+82+97=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5261 is #24AD9E. Grayscale: #7C7C7C. Windows color (decimal): -2403743 or 6378203. OLE color: 6378203.
HSL color Cylindrical-coordinate representation of color #DB5261: hue angle of 353.43º 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 #DB5261 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 97 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.14 |
| HSL | 353.43º | 0.66% | 0.59% | - |
| HSV(B) | 353.43º | 0.63% | 0.86% | - |
| XYZ | 34.39 | 21.96 | 13.74 | - |
| YUV | 124.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 97 | 0 | 0.63 | 0.56 | 0.14 | 353.43 | 0.66 | 0.59 |
| Hex | DB | 52 | 61 | 0 | 3F | 38 | E | 161 | 42 | 3B |
| Octal | 333 | 122 | 141 | 0 | 77 | 70 | 16 | 541 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1100001 | 0 | 111111 | 111000 | 1110 | 101100001 | 1000010 | 111011 |
Color Harmonies of #DB5261
Complementary color
Monochromatic Colors of #DB5261
Black with #DB5261
Text Example
Text Example
White with #DB5261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5261; }
p { color: rgb(219,82,97); }
H1.HeaderClassName
{
color: #DB5261;
}
.AnyTagClassName
{
color: #DB5261;
}
</style>
background-color css
<style>
a { background-color: #DB5261; }
a { background-color: rgb(219,82,97); }
div.DivClassName
{
background-color: #DB5261;
}
.BgClassName
{
background-color: #DB5261;
}
</style>
border-color css
<style>
span { border-color: #DB5261; }
span { border-color: rgb(219,82,97); }
td.TdClassName
{
border-color: #DB5261;
}
.TagClassName
{
border-color: #DB5261;
}
</style>