Shades of Mandy #DB4B5F
Tints of Mandy #DB4B5F
RGB
CMYK
RGB Variations
Color information
#DB4B5F (or 0xDB4B5F) is known color: Mandy. HEX triplet: DB, 4B and 5F. RGB value is (219,75,95). Sum of RGB (Red+Green+Blue) = 219+75+95=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B5F is #24B4A0. Grayscale: #787878. Windows color (decimal): -2405537 or 6245339. OLE color: 6245339.
HSL color Cylindrical-coordinate representation of color #DB4B5F: hue angle of 351.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4B5F is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 95 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.14 |
| HSL | 351.67º | 0.67% | 0.58% | - |
| HSV(B) | 351.67º | 0.66% | 0.86% | - |
| XYZ | 33.8 | 20.92 | 13.08 | - |
| YUV | 120.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 95 | 0 | 0.66 | 0.57 | 0.14 | 351.67 | 0.67 | 0.58 |
| Hex | DB | 4B | 5F | 0 | 42 | 39 | E | 160 | 43 | 3A |
| Octal | 333 | 113 | 137 | 0 | 102 | 71 | 16 | 540 | 103 | 72 |
| Binary | 11011011 | 1001011 | 1011111 | 0 | 1000010 | 111001 | 1110 | 101100000 | 1000011 | 111010 |
Color Harmonies of #DB4B5F
Complementary color
Monochromatic Colors of #DB4B5F
Black with #DB4B5F
Text Example
Text Example
White with #DB4B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B5F; }
p { color: rgb(219,75,95); }
H1.HeaderClassName
{
color: #DB4B5F;
}
.AnyTagClassName
{
color: #DB4B5F;
}
</style>
background-color css
<style>
a { background-color: #DB4B5F; }
a { background-color: rgb(219,75,95); }
div.DivClassName
{
background-color: #DB4B5F;
}
.BgClassName
{
background-color: #DB4B5F;
}
</style>
border-color css
<style>
span { border-color: #DB4B5F; }
span { border-color: rgb(219,75,95); }
td.TdClassName
{
border-color: #DB4B5F;
}
.TagClassName
{
border-color: #DB4B5F;
}
</style>