Shades of Mandy #DB4952
Tints of Mandy #DB4952
RGB
CMYK
RGB Variations
Color information
#DB4952 (or 0xDB4952) is known color: Mandy. HEX triplet: DB, 49 and 52. RGB value is (219,73,82). Sum of RGB (Red+Green+Blue) = 219+73+82=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4952 is #24B6AD. Grayscale: #757575. Windows color (decimal): -2406062 or 5392859. OLE color: 5392859.
HSL color Cylindrical-coordinate representation of color #DB4952: hue angle of 356.3º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4952 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 82 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.14 |
| HSL | 356.3º | 0.67% | 0.57% | - |
| HSV(B) | 356.3º | 0.67% | 0.86% | - |
| XYZ | 33.12 | 20.43 | 10.18 | - |
| YUV | 117.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 82 | 0 | 0.67 | 0.63 | 0.14 | 356.3 | 0.67 | 0.57 |
| Hex | DB | 49 | 52 | 0 | 43 | 3F | E | 164 | 43 | 39 |
| Octal | 333 | 111 | 122 | 0 | 103 | 77 | 16 | 544 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1010010 | 0 | 1000011 | 111111 | 1110 | 101100100 | 1000011 | 111001 |
Color Harmonies of #DB4952
Complementary color
Monochromatic Colors of #DB4952
Black with #DB4952
Text Example
Text Example
White with #DB4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4952; }
p { color: rgb(219,73,82); }
H1.HeaderClassName
{
color: #DB4952;
}
.AnyTagClassName
{
color: #DB4952;
}
</style>
background-color css
<style>
a { background-color: #DB4952; }
a { background-color: rgb(219,73,82); }
div.DivClassName
{
background-color: #DB4952;
}
.BgClassName
{
background-color: #DB4952;
}
</style>
border-color css
<style>
span { border-color: #DB4952; }
span { border-color: rgb(219,73,82); }
td.TdClassName
{
border-color: #DB4952;
}
.TagClassName
{
border-color: #DB4952;
}
</style>