Shades of Mandy #DB485D
Tints of Mandy #DB485D
RGB
CMYK
RGB Variations
Color information
#DB485D (or 0xDB485D) is known color: Mandy. HEX triplet: DB, 48 and 5D. RGB value is (219,72,93). Sum of RGB (Red+Green+Blue) = 219+72+93=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB485D is #24B7A2. Grayscale: #767676. Windows color (decimal): -2406307 or 6113499. OLE color: 6113499.
HSL color Cylindrical-coordinate representation of color #DB485D: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB485D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 93 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.14 |
| HSL | 351.43º | 0.67% | 0.57% | - |
| HSV(B) | 351.43º | 0.67% | 0.86% | - |
| XYZ | 33.51 | 20.49 | 12.54 | - |
| YUV | 118.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 93 | 0 | 0.67 | 0.58 | 0.14 | 351.43 | 0.67 | 0.57 |
| Hex | DB | 48 | 5D | 0 | 43 | 3A | E | 15F | 43 | 39 |
| Octal | 333 | 110 | 135 | 0 | 103 | 72 | 16 | 537 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1011101 | 0 | 1000011 | 111010 | 1110 | 101011111 | 1000011 | 111001 |
Color Harmonies of #DB485D
Complementary color
Monochromatic Colors of #DB485D
Black with #DB485D
Text Example
Text Example
White with #DB485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB485D; }
p { color: rgb(219,72,93); }
H1.HeaderClassName
{
color: #DB485D;
}
.AnyTagClassName
{
color: #DB485D;
}
</style>
background-color css
<style>
a { background-color: #DB485D; }
a { background-color: rgb(219,72,93); }
div.DivClassName
{
background-color: #DB485D;
}
.BgClassName
{
background-color: #DB485D;
}
</style>
border-color css
<style>
span { border-color: #DB485D; }
span { border-color: rgb(219,72,93); }
td.TdClassName
{
border-color: #DB485D;
}
.TagClassName
{
border-color: #DB485D;
}
</style>