Shades of Mandy #DB455D
Tints of Mandy #DB455D
RGB
CMYK
RGB Variations
Color information
#DB455D (or 0xDB455D) is known color: Mandy. HEX triplet: DB, 45 and 5D. RGB value is (219,69,93). Sum of RGB (Red+Green+Blue) = 219+69+93=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB455D is #24BAA2. Grayscale: #747474. Windows color (decimal): -2407075 or 6112731. OLE color: 6112731.
HSL color Cylindrical-coordinate representation of color #DB455D: hue angle of 350.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB455D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 93 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.14 |
| HSL | 350.4º | 0.68% | 0.56% | - |
| HSV(B) | 350.4º | 0.68% | 0.86% | - |
| XYZ | 33.32 | 20.11 | 12.48 | - |
| YUV | 116.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 93 | 0 | 0.68 | 0.58 | 0.14 | 350.4 | 0.68 | 0.56 |
| Hex | DB | 45 | 5D | 0 | 44 | 3A | E | 15E | 44 | 38 |
| Octal | 333 | 105 | 135 | 0 | 104 | 72 | 16 | 536 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1011101 | 0 | 1000100 | 111010 | 1110 | 101011110 | 1000100 | 111000 |
Color Harmonies of #DB455D
Complementary color
Monochromatic Colors of #DB455D
Black with #DB455D
Text Example
Text Example
White with #DB455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB455D; }
p { color: rgb(219,69,93); }
H1.HeaderClassName
{
color: #DB455D;
}
.AnyTagClassName
{
color: #DB455D;
}
</style>
background-color css
<style>
a { background-color: #DB455D; }
a { background-color: rgb(219,69,93); }
div.DivClassName
{
background-color: #DB455D;
}
.BgClassName
{
background-color: #DB455D;
}
</style>
border-color css
<style>
span { border-color: #DB455D; }
span { border-color: rgb(219,69,93); }
td.TdClassName
{
border-color: #DB455D;
}
.TagClassName
{
border-color: #DB455D;
}
</style>