Shades of Mandy #DB4B60
Tints of Mandy #DB4B60
RGB
CMYK
RGB Variations
Color information
#DB4B60 (or 0xDB4B60) is known color: Mandy. HEX triplet: DB, 4B and 60. RGB value is (219,75,96). Sum of RGB (Red+Green+Blue) = 219+75+96=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B60 is #24B49F. Grayscale: #787878. Windows color (decimal): -2405536 or 6310875. OLE color: 6310875.
HSL color Cylindrical-coordinate representation of color #DB4B60: hue angle of 351.25º 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 #DB4B60 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 96 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.14 |
| HSL | 351.25º | 0.67% | 0.58% | - |
| HSV(B) | 351.25º | 0.66% | 0.86% | - |
| XYZ | 33.84 | 20.94 | 13.32 | - |
| YUV | 120.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 96 | 0 | 0.66 | 0.56 | 0.14 | 351.25 | 0.67 | 0.58 |
| Hex | DB | 4B | 60 | 0 | 42 | 38 | E | 15F | 43 | 3A |
| Octal | 333 | 113 | 140 | 0 | 102 | 70 | 16 | 537 | 103 | 72 |
| Binary | 11011011 | 1001011 | 1100000 | 0 | 1000010 | 111000 | 1110 | 101011111 | 1000011 | 111010 |
Color Harmonies of #DB4B60
Complementary color
Monochromatic Colors of #DB4B60
Black with #DB4B60
Text Example
Text Example
White with #DB4B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B60; }
p { color: rgb(219,75,96); }
H1.HeaderClassName
{
color: #DB4B60;
}
.AnyTagClassName
{
color: #DB4B60;
}
</style>
background-color css
<style>
a { background-color: #DB4B60; }
a { background-color: rgb(219,75,96); }
div.DivClassName
{
background-color: #DB4B60;
}
.BgClassName
{
background-color: #DB4B60;
}
</style>
border-color css
<style>
span { border-color: #DB4B60; }
span { border-color: rgb(219,75,96); }
td.TdClassName
{
border-color: #DB4B60;
}
.TagClassName
{
border-color: #DB4B60;
}
</style>