Shades of Mandy #DB535D
Tints of Mandy #DB535D
RGB
CMYK
RGB Variations
Color information
#DB535D (or 0xDB535D) is known color: Mandy. HEX triplet: DB, 53 and 5D. RGB value is (219,83,93). Sum of RGB (Red+Green+Blue) = 219+83+93=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB535D is #24ACA2. Grayscale: #7C7C7C. Windows color (decimal): -2403491 or 6116315. OLE color: 6116315.
HSL color Cylindrical-coordinate representation of color #DB535D: hue angle of 355.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB535D is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 93 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.14 |
| HSL | 355.59º | 0.65% | 0.59% | - |
| HSV(B) | 355.59º | 0.62% | 0.86% | - |
| XYZ | 34.28 | 22.04 | 12.8 | - |
| YUV | 124.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 93 | 0 | 0.62 | 0.58 | 0.14 | 355.59 | 0.65 | 0.59 |
| Hex | DB | 53 | 5D | 0 | 3E | 3A | E | 164 | 41 | 3B |
| Octal | 333 | 123 | 135 | 0 | 76 | 72 | 16 | 544 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1011101 | 0 | 111110 | 111010 | 1110 | 101100100 | 1000001 | 111011 |
Color Harmonies of #DB535D
Complementary color
Monochromatic Colors of #DB535D
Black with #DB535D
Text Example
Text Example
White with #DB535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB535D; }
p { color: rgb(219,83,93); }
H1.HeaderClassName
{
color: #DB535D;
}
.AnyTagClassName
{
color: #DB535D;
}
</style>
background-color css
<style>
a { background-color: #DB535D; }
a { background-color: rgb(219,83,93); }
div.DivClassName
{
background-color: #DB535D;
}
.BgClassName
{
background-color: #DB535D;
}
</style>
border-color css
<style>
span { border-color: #DB535D; }
span { border-color: rgb(219,83,93); }
td.TdClassName
{
border-color: #DB535D;
}
.TagClassName
{
border-color: #DB535D;
}
</style>