Shades of Mandy #DB4F5B
Tints of Mandy #DB4F5B
RGB
CMYK
RGB Variations
Color information
#DB4F5B (or 0xDB4F5B) is known color: Mandy. HEX triplet: DB, 4F and 5B. RGB value is (219,79,91). Sum of RGB (Red+Green+Blue) = 219+79+91=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F5B is #24B0A4. Grayscale: #7A7A7A. Windows color (decimal): -2404517 or 5984219. OLE color: 5984219.
HSL color Cylindrical-coordinate representation of color #DB4F5B: hue angle of 354.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB4F5B is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 91 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.14 |
| HSL | 354.86º | 0.66% | 0.58% | - |
| HSV(B) | 354.86º | 0.64% | 0.86% | - |
| XYZ | 33.9 | 21.41 | 12.24 | - |
| YUV | 122.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 91 | 0 | 0.64 | 0.58 | 0.14 | 354.86 | 0.66 | 0.58 |
| Hex | DB | 4F | 5B | 0 | 40 | 3A | E | 163 | 42 | 3A |
| Octal | 333 | 117 | 133 | 0 | 100 | 72 | 16 | 543 | 102 | 72 |
| Binary | 11011011 | 1001111 | 1011011 | 0 | 1000000 | 111010 | 1110 | 101100011 | 1000010 | 111010 |
Color Harmonies of #DB4F5B
Complementary color
Monochromatic Colors of #DB4F5B
Black with #DB4F5B
Text Example
Text Example
White with #DB4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F5B; }
p { color: rgb(219,79,91); }
H1.HeaderClassName
{
color: #DB4F5B;
}
.AnyTagClassName
{
color: #DB4F5B;
}
</style>
background-color css
<style>
a { background-color: #DB4F5B; }
a { background-color: rgb(219,79,91); }
div.DivClassName
{
background-color: #DB4F5B;
}
.BgClassName
{
background-color: #DB4F5B;
}
</style>
border-color css
<style>
span { border-color: #DB4F5B; }
span { border-color: rgb(219,79,91); }
td.TdClassName
{
border-color: #DB4F5B;
}
.TagClassName
{
border-color: #DB4F5B;
}
</style>