Shades of Mandy #DB5C60
Tints of Mandy #DB5C60
RGB
CMYK
RGB Variations
Color information
#DB5C60 (or 0xDB5C60) is known color: Mandy. HEX triplet: DB, 5C and 60. RGB value is (219,92,96). Sum of RGB (Red+Green+Blue) = 219+92+96=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C60 is #24A39F. Grayscale: #828282. Windows color (decimal): -2401184 or 6315227. OLE color: 6315227.
HSL color Cylindrical-coordinate representation of color #DB5C60: hue angle of 358.11º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5C60 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 96 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.14 |
| HSL | 358.11º | 0.64% | 0.61% | - |
| HSV(B) | 358.11º | 0.58% | 0.86% | - |
| XYZ | 35.15 | 23.56 | 13.76 | - |
| YUV | 130.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 96 | 0 | 0.58 | 0.56 | 0.14 | 358.11 | 0.64 | 0.61 |
| Hex | DB | 5C | 60 | 0 | 3A | 38 | E | 166 | 40 | 3D |
| Octal | 333 | 134 | 140 | 0 | 72 | 70 | 16 | 546 | 100 | 75 |
| Binary | 11011011 | 1011100 | 1100000 | 0 | 111010 | 111000 | 1110 | 101100110 | 1000000 | 111101 |
Color Harmonies of #DB5C60
Complementary color
Monochromatic Colors of #DB5C60
Black with #DB5C60
Text Example
Text Example
White with #DB5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C60; }
p { color: rgb(219,92,96); }
H1.HeaderClassName
{
color: #DB5C60;
}
.AnyTagClassName
{
color: #DB5C60;
}
</style>
background-color css
<style>
a { background-color: #DB5C60; }
a { background-color: rgb(219,92,96); }
div.DivClassName
{
background-color: #DB5C60;
}
.BgClassName
{
background-color: #DB5C60;
}
</style>
border-color css
<style>
span { border-color: #DB5C60; }
span { border-color: rgb(219,92,96); }
td.TdClassName
{
border-color: #DB5C60;
}
.TagClassName
{
border-color: #DB5C60;
}
</style>