Shades of Mandy #DB4254
Tints of Mandy #DB4254
RGB
CMYK
RGB Variations
Color information
#DB4254 (or 0xDB4254) is known color: Mandy. HEX triplet: DB, 42 and 54. RGB value is (219,66,84). Sum of RGB (Red+Green+Blue) = 219+66+84=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4254 is #24BDAB. Grayscale: #717171. Windows color (decimal): -2407852 or 5522139. OLE color: 5522139.
HSL color Cylindrical-coordinate representation of color #DB4254: hue angle of 352.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 #DB4254 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 84 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.14 |
| HSL | 352.94º | 0.68% | 0.56% | - |
| HSV(B) | 352.94º | 0.7% | 0.86% | - |
| XYZ | 32.76 | 19.6 | 10.44 | - |
| YUV | 113.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 84 | 0 | 0.70 | 0.62 | 0.14 | 352.94 | 0.68 | 0.56 |
| Hex | DB | 42 | 54 | 0 | 46 | 3E | E | 161 | 44 | 38 |
| Octal | 333 | 102 | 124 | 0 | 106 | 76 | 16 | 541 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1010100 | 0 | 1000110 | 111110 | 1110 | 101100001 | 1000100 | 111000 |
Color Harmonies of #DB4254
Complementary color
Monochromatic Colors of #DB4254
Black with #DB4254
Text Example
Text Example
White with #DB4254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4254; }
p { color: rgb(219,66,84); }
H1.HeaderClassName
{
color: #DB4254;
}
.AnyTagClassName
{
color: #DB4254;
}
</style>
background-color css
<style>
a { background-color: #DB4254; }
a { background-color: rgb(219,66,84); }
div.DivClassName
{
background-color: #DB4254;
}
.BgClassName
{
background-color: #DB4254;
}
</style>
border-color css
<style>
span { border-color: #DB4254; }
span { border-color: rgb(219,66,84); }
td.TdClassName
{
border-color: #DB4254;
}
.TagClassName
{
border-color: #DB4254;
}
</style>