Shades of Mandy #DB445A
Tints of Mandy #DB445A
RGB
CMYK
RGB Variations
Color information
#DB445A (or 0xDB445A) is known color: Mandy. HEX triplet: DB, 44 and 5A. RGB value is (219,68,90). Sum of RGB (Red+Green+Blue) = 219+68+90=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB445A is #24BBA5. Grayscale: #737373. Windows color (decimal): -2407334 or 5915867. OLE color: 5915867.
HSL color Cylindrical-coordinate representation of color #DB445A: hue angle of 351.26º 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 #DB445A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 90 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.14 |
| HSL | 351.26º | 0.68% | 0.56% | - |
| HSV(B) | 351.26º | 0.69% | 0.86% | - |
| XYZ | 33.13 | 19.93 | 11.77 | - |
| YUV | 115.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 90 | 0 | 0.69 | 0.59 | 0.14 | 351.26 | 0.68 | 0.56 |
| Hex | DB | 44 | 5A | 0 | 45 | 3B | E | 15F | 44 | 38 |
| Octal | 333 | 104 | 132 | 0 | 105 | 73 | 16 | 537 | 104 | 70 |
| Binary | 11011011 | 1000100 | 1011010 | 0 | 1000101 | 111011 | 1110 | 101011111 | 1000100 | 111000 |
Color Harmonies of #DB445A
Complementary color
Monochromatic Colors of #DB445A
Black with #DB445A
Text Example
Text Example
White with #DB445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB445A; }
p { color: rgb(219,68,90); }
H1.HeaderClassName
{
color: #DB445A;
}
.AnyTagClassName
{
color: #DB445A;
}
</style>
background-color css
<style>
a { background-color: #DB445A; }
a { background-color: rgb(219,68,90); }
div.DivClassName
{
background-color: #DB445A;
}
.BgClassName
{
background-color: #DB445A;
}
</style>
border-color css
<style>
span { border-color: #DB445A; }
span { border-color: rgb(219,68,90); }
td.TdClassName
{
border-color: #DB445A;
}
.TagClassName
{
border-color: #DB445A;
}
</style>