Shades of Mandy #DB4251
Tints of Mandy #DB4251
RGB
CMYK
RGB Variations
Color information
#DB4251 (or 0xDB4251) is known color: Mandy. HEX triplet: DB, 42 and 51. RGB value is (219,66,81). Sum of RGB (Red+Green+Blue) = 219+66+81=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4251 is #24BDAE. Grayscale: #717171. Windows color (decimal): -2407855 or 5325531. OLE color: 5325531.
HSL color Cylindrical-coordinate representation of color #DB4251: hue angle of 354.12º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4251 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 81 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.14 |
| HSL | 354.12º | 0.68% | 0.56% | - |
| HSV(B) | 354.12º | 0.7% | 0.86% | - |
| XYZ | 32.65 | 19.55 | 9.84 | - |
| YUV | 113.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 81 | 0 | 0.70 | 0.63 | 0.14 | 354.12 | 0.68 | 0.56 |
| Hex | DB | 42 | 51 | 0 | 46 | 3F | E | 162 | 44 | 38 |
| Octal | 333 | 102 | 121 | 0 | 106 | 77 | 16 | 542 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1010001 | 0 | 1000110 | 111111 | 1110 | 101100010 | 1000100 | 111000 |
Color Harmonies of #DB4251
Complementary color
Monochromatic Colors of #DB4251
Black with #DB4251
Text Example
Text Example
White with #DB4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4251; }
p { color: rgb(219,66,81); }
H1.HeaderClassName
{
color: #DB4251;
}
.AnyTagClassName
{
color: #DB4251;
}
</style>
background-color css
<style>
a { background-color: #DB4251; }
a { background-color: rgb(219,66,81); }
div.DivClassName
{
background-color: #DB4251;
}
.BgClassName
{
background-color: #DB4251;
}
</style>
border-color css
<style>
span { border-color: #DB4251; }
span { border-color: rgb(219,66,81); }
td.TdClassName
{
border-color: #DB4251;
}
.TagClassName
{
border-color: #DB4251;
}
</style>