Shades of Mandy #DB495A
Tints of Mandy #DB495A
RGB
CMYK
RGB Variations
Color information
#DB495A (or 0xDB495A) is known color: Mandy. HEX triplet: DB, 49 and 5A. RGB value is (219,73,90). Sum of RGB (Red+Green+Blue) = 219+73+90=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB495A is #24B6A5. Grayscale: #767676. Windows color (decimal): -2406054 or 5917147. OLE color: 5917147.
HSL color Cylindrical-coordinate representation of color #DB495A: hue angle of 353.01º 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 #DB495A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 90 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.14 |
| HSL | 353.01º | 0.67% | 0.57% | - |
| HSV(B) | 353.01º | 0.67% | 0.86% | - |
| XYZ | 33.44 | 20.56 | 11.88 | - |
| YUV | 118.59 | 111.87 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 90 | 0 | 0.67 | 0.59 | 0.14 | 353.01 | 0.67 | 0.57 |
| Hex | DB | 49 | 5A | 0 | 43 | 3B | E | 161 | 43 | 39 |
| Octal | 333 | 111 | 132 | 0 | 103 | 73 | 16 | 541 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1011010 | 0 | 1000011 | 111011 | 1110 | 101100001 | 1000011 | 111001 |
Color Harmonies of #DB495A
Complementary color
Monochromatic Colors of #DB495A
Black with #DB495A
Text Example
Text Example
White with #DB495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB495A; }
p { color: rgb(219,73,90); }
H1.HeaderClassName
{
color: #DB495A;
}
.AnyTagClassName
{
color: #DB495A;
}
</style>
background-color css
<style>
a { background-color: #DB495A; }
a { background-color: rgb(219,73,90); }
div.DivClassName
{
background-color: #DB495A;
}
.BgClassName
{
background-color: #DB495A;
}
</style>
border-color css
<style>
span { border-color: #DB495A; }
span { border-color: rgb(219,73,90); }
td.TdClassName
{
border-color: #DB495A;
}
.TagClassName
{
border-color: #DB495A;
}
</style>