Shades of Mandy #DB474A
Tints of Mandy #DB474A
RGB
CMYK
RGB Variations
Color information
#DB474A (or 0xDB474A) is known color: Mandy. HEX triplet: DB, 47 and 4A. RGB value is (219,71,74). Sum of RGB (Red+Green+Blue) = 219+71+74=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB474A is #24B8B5. Grayscale: #737373. Windows color (decimal): -2406582 or 4868059. OLE color: 4868059.
HSL color Cylindrical-coordinate representation of color #DB474A: hue angle of 358.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB474A is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 74 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.14 |
| HSL | 358.78º | 0.67% | 0.57% | - |
| HSV(B) | 358.78º | 0.68% | 0.86% | - |
| XYZ | 32.7 | 20.06 | 8.63 | - |
| YUV | 115.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 74 | 0 | 0.68 | 0.66 | 0.14 | 358.78 | 0.67 | 0.57 |
| Hex | DB | 47 | 4A | 0 | 44 | 42 | E | 167 | 43 | 39 |
| Octal | 333 | 107 | 112 | 0 | 104 | 102 | 16 | 547 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1001010 | 0 | 1000100 | 1000010 | 1110 | 101100111 | 1000011 | 111001 |
Color Harmonies of #DB474A
Complementary color
Monochromatic Colors of #DB474A
Black with #DB474A
Text Example
Text Example
White with #DB474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB474A; }
p { color: rgb(219,71,74); }
H1.HeaderClassName
{
color: #DB474A;
}
.AnyTagClassName
{
color: #DB474A;
}
</style>
background-color css
<style>
a { background-color: #DB474A; }
a { background-color: rgb(219,71,74); }
div.DivClassName
{
background-color: #DB474A;
}
.BgClassName
{
background-color: #DB474A;
}
</style>
border-color css
<style>
span { border-color: #DB474A; }
span { border-color: rgb(219,71,74); }
td.TdClassName
{
border-color: #DB474A;
}
.TagClassName
{
border-color: #DB474A;
}
</style>