Shades of Mandy #DB4753
Tints of Mandy #DB4753
RGB
CMYK
RGB Variations
Color information
#DB4753 (or 0xDB4753) is known color: Mandy. HEX triplet: DB, 47 and 53. RGB value is (219,71,83). Sum of RGB (Red+Green+Blue) = 219+71+83=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4753 is #24B8AC. Grayscale: #747474. Windows color (decimal): -2406573 or 5457883. OLE color: 5457883.
HSL color Cylindrical-coordinate representation of color #DB4753: hue angle of 355.14º 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 #DB4753 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 83 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.14 |
| HSL | 355.14º | 0.67% | 0.57% | - |
| HSV(B) | 355.14º | 0.68% | 0.86% | - |
| XYZ | 33.03 | 20.19 | 10.34 | - |
| YUV | 116.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 83 | 0 | 0.68 | 0.62 | 0.14 | 355.14 | 0.67 | 0.57 |
| Hex | DB | 47 | 53 | 0 | 44 | 3E | E | 163 | 43 | 39 |
| Octal | 333 | 107 | 123 | 0 | 104 | 76 | 16 | 543 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1010011 | 0 | 1000100 | 111110 | 1110 | 101100011 | 1000011 | 111001 |
Color Harmonies of #DB4753
Complementary color
Monochromatic Colors of #DB4753
Black with #DB4753
Text Example
Text Example
White with #DB4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4753; }
p { color: rgb(219,71,83); }
H1.HeaderClassName
{
color: #DB4753;
}
.AnyTagClassName
{
color: #DB4753;
}
</style>
background-color css
<style>
a { background-color: #DB4753; }
a { background-color: rgb(219,71,83); }
div.DivClassName
{
background-color: #DB4753;
}
.BgClassName
{
background-color: #DB4753;
}
</style>
border-color css
<style>
span { border-color: #DB4753; }
span { border-color: rgb(219,71,83); }
td.TdClassName
{
border-color: #DB4753;
}
.TagClassName
{
border-color: #DB4753;
}
</style>