Shades of Mandy #DB5161
Tints of Mandy #DB5161
RGB
CMYK
RGB Variations
Color information
#DB5161 (or 0xDB5161) is known color: Mandy. HEX triplet: DB, 51 and 61. RGB value is (219,81,97). Sum of RGB (Red+Green+Blue) = 219+81+97=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5161 is #24AE9E. Grayscale: #7C7C7C. Windows color (decimal): -2403999 or 6377947. OLE color: 6377947.
HSL color Cylindrical-coordinate representation of color #DB5161: hue angle of 353.04º 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 #DB5161 is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 97 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.14 |
| HSL | 353.04º | 0.66% | 0.59% | - |
| HSV(B) | 353.04º | 0.63% | 0.86% | - |
| XYZ | 34.31 | 21.81 | 13.71 | - |
| YUV | 124.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 97 | 0 | 0.63 | 0.56 | 0.14 | 353.04 | 0.66 | 0.59 |
| Hex | DB | 51 | 61 | 0 | 3F | 38 | E | 161 | 42 | 3B |
| Octal | 333 | 121 | 141 | 0 | 77 | 70 | 16 | 541 | 102 | 73 |
| Binary | 11011011 | 1010001 | 1100001 | 0 | 111111 | 111000 | 1110 | 101100001 | 1000010 | 111011 |
Color Harmonies of #DB5161
Complementary color
Monochromatic Colors of #DB5161
Black with #DB5161
Text Example
Text Example
White with #DB5161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5161; }
p { color: rgb(219,81,97); }
H1.HeaderClassName
{
color: #DB5161;
}
.AnyTagClassName
{
color: #DB5161;
}
</style>
background-color css
<style>
a { background-color: #DB5161; }
a { background-color: rgb(219,81,97); }
div.DivClassName
{
background-color: #DB5161;
}
.BgClassName
{
background-color: #DB5161;
}
</style>
border-color css
<style>
span { border-color: #DB5161; }
span { border-color: rgb(219,81,97); }
td.TdClassName
{
border-color: #DB5161;
}
.TagClassName
{
border-color: #DB5161;
}
</style>