Shades of Mandy #DB4653
Tints of Mandy #DB4653
RGB
CMYK
RGB Variations
Color information
#DB4653 (or 0xDB4653) is known color: Mandy. HEX triplet: DB, 46 and 53. RGB value is (219,70,83). Sum of RGB (Red+Green+Blue) = 219+70+83=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4653 is #24B9AC. Grayscale: #747474. Windows color (decimal): -2406829 or 5457627. OLE color: 5457627.
HSL color Cylindrical-coordinate representation of color #DB4653: hue angle of 354.77º 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 #DB4653 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 83 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.14 |
| HSL | 354.77º | 0.67% | 0.57% | - |
| HSV(B) | 354.77º | 0.68% | 0.86% | - |
| XYZ | 32.96 | 20.06 | 10.32 | - |
| YUV | 116.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 83 | 0 | 0.68 | 0.62 | 0.14 | 354.77 | 0.67 | 0.57 |
| Hex | DB | 46 | 53 | 0 | 44 | 3E | E | 163 | 43 | 39 |
| Octal | 333 | 106 | 123 | 0 | 104 | 76 | 16 | 543 | 103 | 71 |
| Binary | 11011011 | 1000110 | 1010011 | 0 | 1000100 | 111110 | 1110 | 101100011 | 1000011 | 111001 |
Color Harmonies of #DB4653
Complementary color
Monochromatic Colors of #DB4653
Black with #DB4653
Text Example
Text Example
White with #DB4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4653; }
p { color: rgb(219,70,83); }
H1.HeaderClassName
{
color: #DB4653;
}
.AnyTagClassName
{
color: #DB4653;
}
</style>
background-color css
<style>
a { background-color: #DB4653; }
a { background-color: rgb(219,70,83); }
div.DivClassName
{
background-color: #DB4653;
}
.BgClassName
{
background-color: #DB4653;
}
</style>
border-color css
<style>
span { border-color: #DB4653; }
span { border-color: rgb(219,70,83); }
td.TdClassName
{
border-color: #DB4653;
}
.TagClassName
{
border-color: #DB4653;
}
</style>