Shades of Mandy #DB484A
Tints of Mandy #DB484A
RGB
CMYK
RGB Variations
Color information
#DB484A (or 0xDB484A) is known color: Mandy. HEX triplet: DB, 48 and 4A. RGB value is (219,72,74). Sum of RGB (Red+Green+Blue) = 219+72+74=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB484A is #24B7B5. Grayscale: #747474. Windows color (decimal): -2406326 or 4868315. OLE color: 4868315.
HSL color Cylindrical-coordinate representation of color #DB484A: hue angle of 359.18º 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 #DB484A is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 74 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.14 |
| HSL | 359.18º | 0.67% | 0.57% | - |
| HSV(B) | 359.18º | 0.67% | 0.86% | - |
| XYZ | 32.77 | 20.19 | 8.65 | - |
| YUV | 116.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 74 | 0 | 0.67 | 0.66 | 0.14 | 359.18 | 0.67 | 0.57 |
| Hex | DB | 48 | 4A | 0 | 43 | 42 | E | 167 | 43 | 39 |
| Octal | 333 | 110 | 112 | 0 | 103 | 102 | 16 | 547 | 103 | 71 |
| Binary | 11011011 | 1001000 | 1001010 | 0 | 1000011 | 1000010 | 1110 | 101100111 | 1000011 | 111001 |
Color Harmonies of #DB484A
Complementary color
Monochromatic Colors of #DB484A
Black with #DB484A
Text Example
Text Example
White with #DB484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB484A; }
p { color: rgb(219,72,74); }
H1.HeaderClassName
{
color: #DB484A;
}
.AnyTagClassName
{
color: #DB484A;
}
</style>
background-color css
<style>
a { background-color: #DB484A; }
a { background-color: rgb(219,72,74); }
div.DivClassName
{
background-color: #DB484A;
}
.BgClassName
{
background-color: #DB484A;
}
</style>
border-color css
<style>
span { border-color: #DB484A; }
span { border-color: rgb(219,72,74); }
td.TdClassName
{
border-color: #DB484A;
}
.TagClassName
{
border-color: #DB484A;
}
</style>