Shades of Mandy #DB4A5F
Tints of Mandy #DB4A5F
RGB
CMYK
RGB Variations
Color information
#DB4A5F (or 0xDB4A5F) is known color: Mandy. HEX triplet: DB, 4A and 5F. RGB value is (219,74,95). Sum of RGB (Red+Green+Blue) = 219+74+95=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4A5F is #24B5A0. Grayscale: #777777. Windows color (decimal): -2405793 or 6245083. OLE color: 6245083.
HSL color Cylindrical-coordinate representation of color #DB4A5F: hue angle of 351.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A5F is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 95 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.14 |
| HSL | 351.31º | 0.67% | 0.57% | - |
| HSV(B) | 351.31º | 0.66% | 0.86% | - |
| XYZ | 33.73 | 20.78 | 13.06 | - |
| YUV | 119.75 | 114.04 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 95 | 0 | 0.66 | 0.57 | 0.14 | 351.31 | 0.67 | 0.57 |
| Hex | DB | 4A | 5F | 0 | 42 | 39 | E | 15F | 43 | 39 |
| Octal | 333 | 112 | 137 | 0 | 102 | 71 | 16 | 537 | 103 | 71 |
| Binary | 11011011 | 1001010 | 1011111 | 0 | 1000010 | 111001 | 1110 | 101011111 | 1000011 | 111001 |
Color Harmonies of #DB4A5F
Complementary color
Monochromatic Colors of #DB4A5F
Black with #DB4A5F
Text Example
Text Example
White with #DB4A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A5F; }
p { color: rgb(219,74,95); }
H1.HeaderClassName
{
color: #DB4A5F;
}
.AnyTagClassName
{
color: #DB4A5F;
}
</style>
background-color css
<style>
a { background-color: #DB4A5F; }
a { background-color: rgb(219,74,95); }
div.DivClassName
{
background-color: #DB4A5F;
}
.BgClassName
{
background-color: #DB4A5F;
}
</style>
border-color css
<style>
span { border-color: #DB4A5F; }
span { border-color: rgb(219,74,95); }
td.TdClassName
{
border-color: #DB4A5F;
}
.TagClassName
{
border-color: #DB4A5F;
}
</style>