Shades of Mandy #DB565C
Tints of Mandy #DB565C
RGB
CMYK
RGB Variations
Color information
#DB565C (or 0xDB565C) is known color: Mandy. HEX triplet: DB, 56 and 5C. RGB value is (219,86,92). Sum of RGB (Red+Green+Blue) = 219+86+92=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB565C is #24A9A3. Grayscale: #7E7E7E. Windows color (decimal): -2402724 or 6051547. OLE color: 6051547.
HSL color Cylindrical-coordinate representation of color #DB565C: hue angle of 357.29º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB565C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 92 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.14 |
| HSL | 357.29º | 0.65% | 0.6% | - |
| HSV(B) | 357.29º | 0.61% | 0.86% | - |
| XYZ | 34.47 | 22.49 | 12.65 | - |
| YUV | 126.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 92 | 0 | 0.61 | 0.58 | 0.14 | 357.29 | 0.65 | 0.6 |
| Hex | DB | 56 | 5C | 0 | 3D | 3A | E | 165 | 41 | 3C |
| Octal | 333 | 126 | 134 | 0 | 75 | 72 | 16 | 545 | 101 | 74 |
| Binary | 11011011 | 1010110 | 1011100 | 0 | 111101 | 111010 | 1110 | 101100101 | 1000001 | 111100 |
Color Harmonies of #DB565C
Complementary color
Monochromatic Colors of #DB565C
Black with #DB565C
Text Example
Text Example
White with #DB565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB565C; }
p { color: rgb(219,86,92); }
H1.HeaderClassName
{
color: #DB565C;
}
.AnyTagClassName
{
color: #DB565C;
}
</style>
background-color css
<style>
a { background-color: #DB565C; }
a { background-color: rgb(219,86,92); }
div.DivClassName
{
background-color: #DB565C;
}
.BgClassName
{
background-color: #DB565C;
}
</style>
border-color css
<style>
span { border-color: #DB565C; }
span { border-color: rgb(219,86,92); }
td.TdClassName
{
border-color: #DB565C;
}
.TagClassName
{
border-color: #DB565C;
}
</style>