Shades of Mandy #DB575B
Tints of Mandy #DB575B
RGB
CMYK
RGB Variations
Color information
#DB575B (or 0xDB575B) is known color: Mandy. HEX triplet: DB, 57 and 5B. RGB value is (219,87,91). Sum of RGB (Red+Green+Blue) = 219+87+91=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB575B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB575B is #24A8A4. Grayscale: #7F7F7F. Windows color (decimal): -2402469 or 5986267. OLE color: 5986267.
HSL color Cylindrical-coordinate representation of color #DB575B: hue angle of 358.18º 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 #DB575B is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 91 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.14 |
| HSL | 358.18º | 0.65% | 0.6% | - |
| HSV(B) | 358.18º | 0.6% | 0.86% | - |
| XYZ | 34.51 | 22.63 | 12.45 | - |
| YUV | 126.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 91 | 0 | 0.60 | 0.58 | 0.14 | 358.18 | 0.65 | 0.6 |
| Hex | DB | 57 | 5B | 0 | 3C | 3A | E | 166 | 41 | 3C |
| Octal | 333 | 127 | 133 | 0 | 74 | 72 | 16 | 546 | 101 | 74 |
| Binary | 11011011 | 1010111 | 1011011 | 0 | 111100 | 111010 | 1110 | 101100110 | 1000001 | 111100 |
Color Harmonies of #DB575B
Complementary color
Monochromatic Colors of #DB575B
Black with #DB575B
Text Example
Text Example
White with #DB575B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB575B; }
p { color: rgb(219,87,91); }
H1.HeaderClassName
{
color: #DB575B;
}
.AnyTagClassName
{
color: #DB575B;
}
</style>
background-color css
<style>
a { background-color: #DB575B; }
a { background-color: rgb(219,87,91); }
div.DivClassName
{
background-color: #DB575B;
}
.BgClassName
{
background-color: #DB575B;
}
</style>
border-color css
<style>
span { border-color: #DB575B; }
span { border-color: rgb(219,87,91); }
td.TdClassName
{
border-color: #DB575B;
}
.TagClassName
{
border-color: #DB575B;
}
</style>