Shades of Mandy #DB485C
Tints of Mandy #DB485C
RGB
CMYK
RGB Variations
Color information
#DB485C (or 0xDB485C) is known color: Mandy. HEX triplet: DB, 48 and 5C. RGB value is (219,72,92). Sum of RGB (Red+Green+Blue) = 219+72+92=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB485C is #24B7A3. Grayscale: #767676. Windows color (decimal): -2406308 or 6047963. OLE color: 6047963.
HSL color Cylindrical-coordinate representation of color #DB485C: hue angle of 351.84º 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 #DB485C is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 92 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.14 |
| HSL | 351.84º | 0.67% | 0.57% | - |
| HSV(B) | 351.84º | 0.67% | 0.86% | - |
| XYZ | 33.46 | 20.47 | 12.31 | - |
| YUV | 118.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 92 | 0 | 0.67 | 0.58 | 0.14 | 351.84 | 0.67 | 0.57 |
| Hex | DB | 48 | 5C | 0 | 43 | 3A | E | 160 | 43 | 39 |
| Octal | 333 | 110 | 134 | 0 | 103 | 72 | 16 | 540 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1011100 | 0 | 1000011 | 111010 | 1110 | 101100000 | 1000011 | 111001 |
Color Harmonies of #DB485C
Complementary color
Monochromatic Colors of #DB485C
Black with #DB485C
Text Example
Text Example
White with #DB485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB485C; }
p { color: rgb(219,72,92); }
H1.HeaderClassName
{
color: #DB485C;
}
.AnyTagClassName
{
color: #DB485C;
}
</style>
background-color css
<style>
a { background-color: #DB485C; }
a { background-color: rgb(219,72,92); }
div.DivClassName
{
background-color: #DB485C;
}
.BgClassName
{
background-color: #DB485C;
}
</style>
border-color css
<style>
span { border-color: #DB485C; }
span { border-color: rgb(219,72,92); }
td.TdClassName
{
border-color: #DB485C;
}
.TagClassName
{
border-color: #DB485C;
}
</style>