Shades of Mandy #DB4961
Tints of Mandy #DB4961
RGB
CMYK
RGB Variations
Color information
#DB4961 (or 0xDB4961) is known color: Mandy. HEX triplet: DB, 49 and 61. RGB value is (219,73,97). Sum of RGB (Red+Green+Blue) = 219+73+97=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4961 is #24B69E. Grayscale: #777777. Windows color (decimal): -2406047 or 6375899. OLE color: 6375899.
HSL color Cylindrical-coordinate representation of color #DB4961: hue angle of 350.14º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4961 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 97 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.14 |
| HSL | 350.14º | 0.67% | 0.57% | - |
| HSV(B) | 350.14º | 0.67% | 0.86% | - |
| XYZ | 33.75 | 20.69 | 13.52 | - |
| YUV | 119.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 97 | 0 | 0.67 | 0.56 | 0.14 | 350.14 | 0.67 | 0.57 |
| Hex | DB | 49 | 61 | 0 | 43 | 38 | E | 15E | 43 | 39 |
| Octal | 333 | 111 | 141 | 0 | 103 | 70 | 16 | 536 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1100001 | 0 | 1000011 | 111000 | 1110 | 101011110 | 1000011 | 111001 |
Color Harmonies of #DB4961
Complementary color
Monochromatic Colors of #DB4961
Black with #DB4961
Text Example
Text Example
White with #DB4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4961; }
p { color: rgb(219,73,97); }
H1.HeaderClassName
{
color: #DB4961;
}
.AnyTagClassName
{
color: #DB4961;
}
</style>
background-color css
<style>
a { background-color: #DB4961; }
a { background-color: rgb(219,73,97); }
div.DivClassName
{
background-color: #DB4961;
}
.BgClassName
{
background-color: #DB4961;
}
</style>
border-color css
<style>
span { border-color: #DB4961; }
span { border-color: rgb(219,73,97); }
td.TdClassName
{
border-color: #DB4961;
}
.TagClassName
{
border-color: #DB4961;
}
</style>