Shades of Mandy #DB535A
Tints of Mandy #DB535A
RGB
CMYK
RGB Variations
Color information
#DB535A (or 0xDB535A) is known color: Mandy. HEX triplet: DB, 53 and 5A. RGB value is (219,83,90). Sum of RGB (Red+Green+Blue) = 219+83+90=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB535A is #24ACA5. Grayscale: #7C7C7C. Windows color (decimal): -2403494 or 5919707. OLE color: 5919707.
HSL color Cylindrical-coordinate representation of color #DB535A: hue angle of 356.91º 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 #DB535A is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 90 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.14 |
| HSL | 356.91º | 0.65% | 0.59% | - |
| HSV(B) | 356.91º | 0.62% | 0.86% | - |
| XYZ | 34.15 | 21.98 | 12.12 | - |
| YUV | 124.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 90 | 0 | 0.62 | 0.59 | 0.14 | 356.91 | 0.65 | 0.59 |
| Hex | DB | 53 | 5A | 0 | 3E | 3B | E | 165 | 41 | 3B |
| Octal | 333 | 123 | 132 | 0 | 76 | 73 | 16 | 545 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1011010 | 0 | 111110 | 111011 | 1110 | 101100101 | 1000001 | 111011 |
Color Harmonies of #DB535A
Complementary color
Monochromatic Colors of #DB535A
Black with #DB535A
Text Example
Text Example
White with #DB535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB535A; }
p { color: rgb(219,83,90); }
H1.HeaderClassName
{
color: #DB535A;
}
.AnyTagClassName
{
color: #DB535A;
}
</style>
background-color css
<style>
a { background-color: #DB535A; }
a { background-color: rgb(219,83,90); }
div.DivClassName
{
background-color: #DB535A;
}
.BgClassName
{
background-color: #DB535A;
}
</style>
border-color css
<style>
span { border-color: #DB535A; }
span { border-color: rgb(219,83,90); }
td.TdClassName
{
border-color: #DB535A;
}
.TagClassName
{
border-color: #DB535A;
}
</style>