Shades of Mandy #DB4157
Tints of Mandy #DB4157
RGB
CMYK
RGB Variations
Color information
#DB4157 (or 0xDB4157) is known color: Mandy. HEX triplet: DB, 41 and 57. RGB value is (219,65,87). Sum of RGB (Red+Green+Blue) = 219+65+87=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4157 is #24BEA8. Grayscale: #717171. Windows color (decimal): -2408105 or 5718491. OLE color: 5718491.
HSL color Cylindrical-coordinate representation of color #DB4157: hue angle of 351.43º 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 #DB4157 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 87 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.14 |
| HSL | 351.43º | 0.68% | 0.56% | - |
| HSV(B) | 351.43º | 0.7% | 0.86% | - |
| XYZ | 32.82 | 19.53 | 11.06 | - |
| YUV | 113.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 87 | 0 | 0.70 | 0.60 | 0.14 | 351.43 | 0.68 | 0.56 |
| Hex | DB | 41 | 57 | 0 | 46 | 3C | E | 15F | 44 | 38 |
| Octal | 333 | 101 | 127 | 0 | 106 | 74 | 16 | 537 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1010111 | 0 | 1000110 | 111100 | 1110 | 101011111 | 1000100 | 111000 |
Color Harmonies of #DB4157
Complementary color
Monochromatic Colors of #DB4157
Black with #DB4157
Text Example
Text Example
White with #DB4157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4157; }
p { color: rgb(219,65,87); }
H1.HeaderClassName
{
color: #DB4157;
}
.AnyTagClassName
{
color: #DB4157;
}
</style>
background-color css
<style>
a { background-color: #DB4157; }
a { background-color: rgb(219,65,87); }
div.DivClassName
{
background-color: #DB4157;
}
.BgClassName
{
background-color: #DB4157;
}
</style>
border-color css
<style>
span { border-color: #DB4157; }
span { border-color: rgb(219,65,87); }
td.TdClassName
{
border-color: #DB4157;
}
.TagClassName
{
border-color: #DB4157;
}
</style>