Shades of Mandy #DB4657
Tints of Mandy #DB4657
RGB
CMYK
RGB Variations
Color information
#DB4657 (or 0xDB4657) is known color: Mandy. HEX triplet: DB, 46 and 57. RGB value is (219,70,87). Sum of RGB (Red+Green+Blue) = 219+70+87=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4657 is #24B9A8. Grayscale: #747474. Windows color (decimal): -2406825 or 5719771. OLE color: 5719771.
HSL color Cylindrical-coordinate representation of color #DB4657: hue angle of 353.15º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4657 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 87 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.14 |
| HSL | 353.15º | 0.67% | 0.57% | - |
| HSV(B) | 353.15º | 0.68% | 0.86% | - |
| XYZ | 33.12 | 20.13 | 11.16 | - |
| YUV | 116.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 87 | 0 | 0.68 | 0.60 | 0.14 | 353.15 | 0.67 | 0.57 |
| Hex | DB | 46 | 57 | 0 | 44 | 3C | E | 161 | 43 | 39 |
| Octal | 333 | 106 | 127 | 0 | 104 | 74 | 16 | 541 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1010111 | 0 | 1000100 | 111100 | 1110 | 101100001 | 1000011 | 111001 |
Color Harmonies of #DB4657
Complementary color
Monochromatic Colors of #DB4657
Black with #DB4657
Text Example
Text Example
White with #DB4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4657; }
p { color: rgb(219,70,87); }
H1.HeaderClassName
{
color: #DB4657;
}
.AnyTagClassName
{
color: #DB4657;
}
</style>
background-color css
<style>
a { background-color: #DB4657; }
a { background-color: rgb(219,70,87); }
div.DivClassName
{
background-color: #DB4657;
}
.BgClassName
{
background-color: #DB4657;
}
</style>
border-color css
<style>
span { border-color: #DB4657; }
span { border-color: rgb(219,70,87); }
td.TdClassName
{
border-color: #DB4657;
}
.TagClassName
{
border-color: #DB4657;
}
</style>