Shades of Mandy #DB5A5C
Tints of Mandy #DB5A5C
RGB
CMYK
RGB Variations
Color information
#DB5A5C (or 0xDB5A5C) is known color: Mandy. HEX triplet: DB, 5A and 5C. RGB value is (219,90,92). Sum of RGB (Red+Green+Blue) = 219+90+92=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A5C is #24A5A3. Grayscale: #808080. Windows color (decimal): -2401700 or 6052571. OLE color: 6052571.
HSL color Cylindrical-coordinate representation of color #DB5A5C: hue angle of 359.07º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A5C is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 92 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.14 |
| HSL | 359.07º | 0.64% | 0.61% | - |
| HSV(B) | 359.07º | 0.59% | 0.86% | - |
| XYZ | 34.8 | 23.15 | 12.76 | - |
| YUV | 128.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 92 | 0 | 0.59 | 0.58 | 0.14 | 359.07 | 0.64 | 0.61 |
| Hex | DB | 5A | 5C | 0 | 3B | 3A | E | 167 | 40 | 3D |
| Octal | 333 | 132 | 134 | 0 | 73 | 72 | 16 | 547 | 100 | 75 |
| Binary | 11011011 | 1011010 | 1011100 | 0 | 111011 | 111010 | 1110 | 101100111 | 1000000 | 111101 |
Color Harmonies of #DB5A5C
Complementary color
Monochromatic Colors of #DB5A5C
Black with #DB5A5C
Text Example
Text Example
White with #DB5A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A5C; }
p { color: rgb(219,90,92); }
H1.HeaderClassName
{
color: #DB5A5C;
}
.AnyTagClassName
{
color: #DB5A5C;
}
</style>
background-color css
<style>
a { background-color: #DB5A5C; }
a { background-color: rgb(219,90,92); }
div.DivClassName
{
background-color: #DB5A5C;
}
.BgClassName
{
background-color: #DB5A5C;
}
</style>
border-color css
<style>
span { border-color: #DB5A5C; }
span { border-color: rgb(219,90,92); }
td.TdClassName
{
border-color: #DB5A5C;
}
.TagClassName
{
border-color: #DB5A5C;
}
</style>