Shades of Mandy #DB4154
Tints of Mandy #DB4154
RGB
CMYK
RGB Variations
Color information
#DB4154 (or 0xDB4154) is known color: Mandy. HEX triplet: DB, 41 and 54. RGB value is (219,65,84). Sum of RGB (Red+Green+Blue) = 219+65+84=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4154 is #24BEAB. Grayscale: #717171. Windows color (decimal): -2408108 or 5521883. OLE color: 5521883.
HSL color Cylindrical-coordinate representation of color #DB4154: hue angle of 352.6º 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 #DB4154 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 84 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.14 |
| HSL | 352.6º | 0.68% | 0.56% | - |
| HSV(B) | 352.6º | 0.7% | 0.86% | - |
| XYZ | 32.7 | 19.48 | 10.42 | - |
| YUV | 113.21 | 111.52 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 84 | 0 | 0.70 | 0.62 | 0.14 | 352.6 | 0.68 | 0.56 |
| Hex | DB | 41 | 54 | 0 | 46 | 3E | E | 161 | 44 | 38 |
| Octal | 333 | 101 | 124 | 0 | 106 | 76 | 16 | 541 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1010100 | 0 | 1000110 | 111110 | 1110 | 101100001 | 1000100 | 111000 |
Color Harmonies of #DB4154
Complementary color
Monochromatic Colors of #DB4154
Black with #DB4154
Text Example
Text Example
White with #DB4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4154; }
p { color: rgb(219,65,84); }
H1.HeaderClassName
{
color: #DB4154;
}
.AnyTagClassName
{
color: #DB4154;
}
</style>
background-color css
<style>
a { background-color: #DB4154; }
a { background-color: rgb(219,65,84); }
div.DivClassName
{
background-color: #DB4154;
}
.BgClassName
{
background-color: #DB4154;
}
</style>
border-color css
<style>
span { border-color: #DB4154; }
span { border-color: rgb(219,65,84); }
td.TdClassName
{
border-color: #DB4154;
}
.TagClassName
{
border-color: #DB4154;
}
</style>