Shades of Mandy #DB4754
Tints of Mandy #DB4754
RGB
CMYK
RGB Variations
Color information
#DB4754 (or 0xDB4754) is known color: Mandy. HEX triplet: DB, 47 and 54. RGB value is (219,71,84). Sum of RGB (Red+Green+Blue) = 219+71+84=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4754 is #24B8AB. Grayscale: #747474. Windows color (decimal): -2406572 or 5523419. OLE color: 5523419.
HSL color Cylindrical-coordinate representation of color #DB4754: hue angle of 354.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4754 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 84 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.14 |
| HSL | 354.73º | 0.67% | 0.57% | - |
| HSV(B) | 354.73º | 0.68% | 0.86% | - |
| XYZ | 33.07 | 20.21 | 10.54 | - |
| YUV | 116.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 84 | 0 | 0.68 | 0.62 | 0.14 | 354.73 | 0.67 | 0.57 |
| Hex | DB | 47 | 54 | 0 | 44 | 3E | E | 163 | 43 | 39 |
| Octal | 333 | 107 | 124 | 0 | 104 | 76 | 16 | 543 | 103 | 71 |
| Binary | 11011011 | 1000111 | 1010100 | 0 | 1000100 | 111110 | 1110 | 101100011 | 1000011 | 111001 |
Color Harmonies of #DB4754
Complementary color
Monochromatic Colors of #DB4754
Black with #DB4754
Text Example
Text Example
White with #DB4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4754; }
p { color: rgb(219,71,84); }
H1.HeaderClassName
{
color: #DB4754;
}
.AnyTagClassName
{
color: #DB4754;
}
</style>
background-color css
<style>
a { background-color: #DB4754; }
a { background-color: rgb(219,71,84); }
div.DivClassName
{
background-color: #DB4754;
}
.BgClassName
{
background-color: #DB4754;
}
</style>
border-color css
<style>
span { border-color: #DB4754; }
span { border-color: rgb(219,71,84); }
td.TdClassName
{
border-color: #DB4754;
}
.TagClassName
{
border-color: #DB4754;
}
</style>