Shades of Mandy #DB4F5A
Tints of Mandy #DB4F5A
RGB
CMYK
RGB Variations
Color information
#DB4F5A (or 0xDB4F5A) is known color: Mandy. HEX triplet: DB, 4F and 5A. RGB value is (219,79,90). Sum of RGB (Red+Green+Blue) = 219+79+90=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F5A is #24B0A5. Grayscale: #7A7A7A. Windows color (decimal): -2404518 or 5918683. OLE color: 5918683.
HSL color Cylindrical-coordinate representation of color #DB4F5A: hue angle of 355.29º 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 #DB4F5A is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 90 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.14 |
| HSL | 355.29º | 0.66% | 0.58% | - |
| HSV(B) | 355.29º | 0.64% | 0.86% | - |
| XYZ | 33.85 | 21.39 | 12.02 | - |
| YUV | 122.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 90 | 0 | 0.64 | 0.59 | 0.14 | 355.29 | 0.66 | 0.58 |
| Hex | DB | 4F | 5A | 0 | 40 | 3B | E | 163 | 42 | 3A |
| Octal | 333 | 117 | 132 | 0 | 100 | 73 | 16 | 543 | 102 | 72 |
| Binary | 11011011 | 1001111 | 1011010 | 0 | 1000000 | 111011 | 1110 | 101100011 | 1000010 | 111010 |
Color Harmonies of #DB4F5A
Complementary color
Monochromatic Colors of #DB4F5A
Black with #DB4F5A
Text Example
Text Example
White with #DB4F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F5A; }
p { color: rgb(219,79,90); }
H1.HeaderClassName
{
color: #DB4F5A;
}
.AnyTagClassName
{
color: #DB4F5A;
}
</style>
background-color css
<style>
a { background-color: #DB4F5A; }
a { background-color: rgb(219,79,90); }
div.DivClassName
{
background-color: #DB4F5A;
}
.BgClassName
{
background-color: #DB4F5A;
}
</style>
border-color css
<style>
span { border-color: #DB4F5A; }
span { border-color: rgb(219,79,90); }
td.TdClassName
{
border-color: #DB4F5A;
}
.TagClassName
{
border-color: #DB4F5A;
}
</style>