Shades of Mandy #DB414E
Tints of Mandy #DB414E
RGB
CMYK
RGB Variations
Color information
#DB414E (or 0xDB414E) is known color: Mandy. HEX triplet: DB, 41 and 4E. RGB value is (219,65,78). Sum of RGB (Red+Green+Blue) = 219+65+78=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB414E is #24BEB1. Grayscale: #707070. Windows color (decimal): -2408114 or 5128667. OLE color: 5128667.
HSL color Cylindrical-coordinate representation of color #DB414E: hue angle of 354.94º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB414E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 78 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.14 |
| HSL | 354.94º | 0.68% | 0.56% | - |
| HSV(B) | 354.94º | 0.7% | 0.86% | - |
| XYZ | 32.48 | 19.39 | 9.24 | - |
| YUV | 112.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 78 | 0 | 0.70 | 0.64 | 0.14 | 354.94 | 0.68 | 0.56 |
| Hex | DB | 41 | 4E | 0 | 46 | 40 | E | 163 | 44 | 38 |
| Octal | 333 | 101 | 116 | 0 | 106 | 100 | 16 | 543 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1001110 | 0 | 1000110 | 1000000 | 1110 | 101100011 | 1000100 | 111000 |
Color Harmonies of #DB414E
Complementary color
Monochromatic Colors of #DB414E
Black with #DB414E
Text Example
Text Example
White with #DB414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB414E; }
p { color: rgb(219,65,78); }
H1.HeaderClassName
{
color: #DB414E;
}
.AnyTagClassName
{
color: #DB414E;
}
</style>
background-color css
<style>
a { background-color: #DB414E; }
a { background-color: rgb(219,65,78); }
div.DivClassName
{
background-color: #DB414E;
}
.BgClassName
{
background-color: #DB414E;
}
</style>
border-color css
<style>
span { border-color: #DB414E; }
span { border-color: rgb(219,65,78); }
td.TdClassName
{
border-color: #DB414E;
}
.TagClassName
{
border-color: #DB414E;
}
</style>