Shades of Mandy #DB4C58
Tints of Mandy #DB4C58
RGB
CMYK
RGB Variations
Color information
#DB4C58 (or 0xDB4C58) is known color: Mandy. HEX triplet: DB, 4C and 58. RGB value is (219,76,88). Sum of RGB (Red+Green+Blue) = 219+76+88=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4C58 is #24B3A7. Grayscale: #787878. Windows color (decimal): -2405288 or 5786843. OLE color: 5786843.
HSL color Cylindrical-coordinate representation of color #DB4C58: hue angle of 354.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4C58 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 88 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.14 |
| HSL | 354.97º | 0.67% | 0.58% | - |
| HSV(B) | 354.97º | 0.65% | 0.86% | - |
| XYZ | 33.56 | 20.93 | 11.5 | - |
| YUV | 120.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 88 | 0 | 0.65 | 0.60 | 0.14 | 354.97 | 0.67 | 0.58 |
| Hex | DB | 4C | 58 | 0 | 41 | 3C | E | 163 | 43 | 3A |
| Octal | 333 | 114 | 130 | 0 | 101 | 74 | 16 | 543 | 103 | 72 |
| Binary | 11011011 | 1001100 | 1011000 | 0 | 1000001 | 111100 | 1110 | 101100011 | 1000011 | 111010 |
Color Harmonies of #DB4C58
Complementary color
Monochromatic Colors of #DB4C58
Black with #DB4C58
Text Example
Text Example
White with #DB4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C58; }
p { color: rgb(219,76,88); }
H1.HeaderClassName
{
color: #DB4C58;
}
.AnyTagClassName
{
color: #DB4C58;
}
</style>
background-color css
<style>
a { background-color: #DB4C58; }
a { background-color: rgb(219,76,88); }
div.DivClassName
{
background-color: #DB4C58;
}
.BgClassName
{
background-color: #DB4C58;
}
</style>
border-color css
<style>
span { border-color: #DB4C58; }
span { border-color: rgb(219,76,88); }
td.TdClassName
{
border-color: #DB4C58;
}
.TagClassName
{
border-color: #DB4C58;
}
</style>