Shades of Mandy #DB555D
Tints of Mandy #DB555D
RGB
CMYK
RGB Variations
Color information
#DB555D (or 0xDB555D) is known color: Mandy. HEX triplet: DB, 55 and 5D. RGB value is (219,85,93). Sum of RGB (Red+Green+Blue) = 219+85+93=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB555D is #24AAA2. Grayscale: #7E7E7E. Windows color (decimal): -2402979 or 6116827. OLE color: 6116827.
HSL color Cylindrical-coordinate representation of color #DB555D: hue angle of 356.42º 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 #DB555D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 93 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.14 |
| HSL | 356.42º | 0.65% | 0.6% | - |
| HSV(B) | 356.42º | 0.61% | 0.86% | - |
| XYZ | 34.44 | 22.35 | 12.85 | - |
| YUV | 125.98 | 109.39 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 93 | 0 | 0.61 | 0.58 | 0.14 | 356.42 | 0.65 | 0.6 |
| Hex | DB | 55 | 5D | 0 | 3D | 3A | E | 164 | 41 | 3C |
| Octal | 333 | 125 | 135 | 0 | 75 | 72 | 16 | 544 | 101 | 74 |
| Binary | 11011011 | 1010101 | 1011101 | 0 | 111101 | 111010 | 1110 | 101100100 | 1000001 | 111100 |
Color Harmonies of #DB555D
Complementary color
Monochromatic Colors of #DB555D
Black with #DB555D
Text Example
Text Example
White with #DB555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB555D; }
p { color: rgb(219,85,93); }
H1.HeaderClassName
{
color: #DB555D;
}
.AnyTagClassName
{
color: #DB555D;
}
</style>
background-color css
<style>
a { background-color: #DB555D; }
a { background-color: rgb(219,85,93); }
div.DivClassName
{
background-color: #DB555D;
}
.BgClassName
{
background-color: #DB555D;
}
</style>
border-color css
<style>
span { border-color: #DB555D; }
span { border-color: rgb(219,85,93); }
td.TdClassName
{
border-color: #DB555D;
}
.TagClassName
{
border-color: #DB555D;
}
</style>