Shades of Mandy #DB575C
Tints of Mandy #DB575C
RGB
CMYK
RGB Variations
Color information
#DB575C (or 0xDB575C) is known color: Mandy. HEX triplet: DB, 57 and 5C. RGB value is (219,87,92). Sum of RGB (Red+Green+Blue) = 219+87+92=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB575C is #24A8A3. Grayscale: #7F7F7F. Windows color (decimal): -2402468 or 6051803. OLE color: 6051803.
HSL color Cylindrical-coordinate representation of color #DB575C: hue angle of 357.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB575C is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 92 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.14 |
| HSL | 357.73º | 0.65% | 0.6% | - |
| HSV(B) | 357.73º | 0.6% | 0.86% | - |
| XYZ | 34.55 | 22.65 | 12.68 | - |
| YUV | 127.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 92 | 0 | 0.60 | 0.58 | 0.14 | 357.73 | 0.65 | 0.6 |
| Hex | DB | 57 | 5C | 0 | 3C | 3A | E | 166 | 41 | 3C |
| Octal | 333 | 127 | 134 | 0 | 74 | 72 | 16 | 546 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1011100 | 0 | 111100 | 111010 | 1110 | 101100110 | 1000001 | 111100 |
Color Harmonies of #DB575C
Complementary color
Monochromatic Colors of #DB575C
Black with #DB575C
Text Example
Text Example
White with #DB575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB575C; }
p { color: rgb(219,87,92); }
H1.HeaderClassName
{
color: #DB575C;
}
.AnyTagClassName
{
color: #DB575C;
}
</style>
background-color css
<style>
a { background-color: #DB575C; }
a { background-color: rgb(219,87,92); }
div.DivClassName
{
background-color: #DB575C;
}
.BgClassName
{
background-color: #DB575C;
}
</style>
border-color css
<style>
span { border-color: #DB575C; }
span { border-color: rgb(219,87,92); }
td.TdClassName
{
border-color: #DB575C;
}
.TagClassName
{
border-color: #DB575C;
}
</style>