Shades of Mandy #DB4353
Tints of Mandy #DB4353
RGB
CMYK
RGB Variations
Color information
#DB4353 (or 0xDB4353) is known color: Mandy. HEX triplet: DB, 43 and 53. RGB value is (219,67,83). Sum of RGB (Red+Green+Blue) = 219+67+83=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4353 is #24BCAC. Grayscale: #727272. Windows color (decimal): -2407597 or 5456859. OLE color: 5456859.
HSL color Cylindrical-coordinate representation of color #DB4353: hue angle of 353.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4353 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 83 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.14 |
| HSL | 353.68º | 0.68% | 0.56% | - |
| HSV(B) | 353.68º | 0.69% | 0.86% | - |
| XYZ | 32.78 | 19.7 | 10.26 | - |
| YUV | 114.27 | 110.36 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 83 | 0 | 0.69 | 0.62 | 0.14 | 353.68 | 0.68 | 0.56 |
| Hex | DB | 43 | 53 | 0 | 45 | 3E | E | 162 | 44 | 38 |
| Octal | 333 | 103 | 123 | 0 | 105 | 76 | 16 | 542 | 104 | 70 |
| Binary | 11011011 | 1000011 | 1010011 | 0 | 1000101 | 111110 | 1110 | 101100010 | 1000100 | 111000 |
Color Harmonies of #DB4353
Complementary color
Monochromatic Colors of #DB4353
Black with #DB4353
Text Example
Text Example
White with #DB4353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4353; }
p { color: rgb(219,67,83); }
H1.HeaderClassName
{
color: #DB4353;
}
.AnyTagClassName
{
color: #DB4353;
}
</style>
background-color css
<style>
a { background-color: #DB4353; }
a { background-color: rgb(219,67,83); }
div.DivClassName
{
background-color: #DB4353;
}
.BgClassName
{
background-color: #DB4353;
}
</style>
border-color css
<style>
span { border-color: #DB4353; }
span { border-color: rgb(219,67,83); }
td.TdClassName
{
border-color: #DB4353;
}
.TagClassName
{
border-color: #DB4353;
}
</style>