Shades of Mandy #DB425A
Tints of Mandy #DB425A
RGB
CMYK
RGB Variations
Color information
#DB425A (or 0xDB425A) is known color: Mandy. HEX triplet: DB, 42 and 5A. RGB value is (219,66,90). Sum of RGB (Red+Green+Blue) = 219+66+90=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB425A is #24BDA5. Grayscale: #727272. Windows color (decimal): -2407846 or 5915355. OLE color: 5915355.
HSL color Cylindrical-coordinate representation of color #DB425A: hue angle of 350.59º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB425A is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 90 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.14 |
| HSL | 350.59º | 0.68% | 0.56% | - |
| HSV(B) | 350.59º | 0.7% | 0.86% | - |
| XYZ | 33.01 | 19.69 | 11.73 | - |
| YUV | 114.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 90 | 0 | 0.70 | 0.59 | 0.14 | 350.59 | 0.68 | 0.56 |
| Hex | DB | 42 | 5A | 0 | 46 | 3B | E | 15F | 44 | 38 |
| Octal | 333 | 102 | 132 | 0 | 106 | 73 | 16 | 537 | 104 | 70 |
| Binary | 11011011 | 1000010 | 1011010 | 0 | 1000110 | 111011 | 1110 | 101011111 | 1000100 | 111000 |
Color Harmonies of #DB425A
Complementary color
Monochromatic Colors of #DB425A
Black with #DB425A
Text Example
Text Example
White with #DB425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB425A; }
p { color: rgb(219,66,90); }
H1.HeaderClassName
{
color: #DB425A;
}
.AnyTagClassName
{
color: #DB425A;
}
</style>
background-color css
<style>
a { background-color: #DB425A; }
a { background-color: rgb(219,66,90); }
div.DivClassName
{
background-color: #DB425A;
}
.BgClassName
{
background-color: #DB425A;
}
</style>
border-color css
<style>
span { border-color: #DB425A; }
span { border-color: rgb(219,66,90); }
td.TdClassName
{
border-color: #DB425A;
}
.TagClassName
{
border-color: #DB425A;
}
</style>