Shades of Mandy #DB484D
Tints of Mandy #DB484D
RGB
CMYK
RGB Variations
Color information
#DB484D (or 0xDB484D) is known color: Mandy. HEX triplet: DB, 48 and 4D. RGB value is (219,72,77). Sum of RGB (Red+Green+Blue) = 219+72+77=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB484D is #24B7B2. Grayscale: #747474. Windows color (decimal): -2406323 or 5064923. OLE color: 5064923.
HSL color Cylindrical-coordinate representation of color #DB484D: hue angle of 357.96º 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 #DB484D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 77 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.14 |
| HSL | 357.96º | 0.67% | 0.57% | - |
| HSV(B) | 357.96º | 0.67% | 0.86% | - |
| XYZ | 32.87 | 20.23 | 9.19 | - |
| YUV | 116.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 77 | 0 | 0.67 | 0.65 | 0.14 | 357.96 | 0.67 | 0.57 |
| Hex | DB | 48 | 4D | 0 | 43 | 41 | E | 166 | 43 | 39 |
| Octal | 333 | 110 | 115 | 0 | 103 | 101 | 16 | 546 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1001101 | 0 | 1000011 | 1000001 | 1110 | 101100110 | 1000011 | 111001 |
Color Harmonies of #DB484D
Complementary color
Monochromatic Colors of #DB484D
Black with #DB484D
Text Example
Text Example
White with #DB484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB484D; }
p { color: rgb(219,72,77); }
H1.HeaderClassName
{
color: #DB484D;
}
.AnyTagClassName
{
color: #DB484D;
}
</style>
background-color css
<style>
a { background-color: #DB484D; }
a { background-color: rgb(219,72,77); }
div.DivClassName
{
background-color: #DB484D;
}
.BgClassName
{
background-color: #DB484D;
}
</style>
border-color css
<style>
span { border-color: #DB484D; }
span { border-color: rgb(219,72,77); }
td.TdClassName
{
border-color: #DB484D;
}
.TagClassName
{
border-color: #DB484D;
}
</style>