Shades of Mandy #DB525E
Tints of Mandy #DB525E
RGB
CMYK
RGB Variations
Color information
#DB525E (or 0xDB525E) is known color: Mandy. HEX triplet: DB, 52 and 5E. RGB value is (219,82,94). Sum of RGB (Red+Green+Blue) = 219+82+94=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB525E is #24ADA1. Grayscale: #7C7C7C. Windows color (decimal): -2403746 or 6181595. OLE color: 6181595.
HSL color Cylindrical-coordinate representation of color #DB525E: hue angle of 354.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB525E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 94 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.14 |
| HSL | 354.74º | 0.66% | 0.59% | - |
| HSV(B) | 354.74º | 0.63% | 0.86% | - |
| XYZ | 34.25 | 21.9 | 13.01 | - |
| YUV | 124.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 94 | 0 | 0.63 | 0.57 | 0.14 | 354.74 | 0.66 | 0.59 |
| Hex | DB | 52 | 5E | 0 | 3F | 39 | E | 163 | 42 | 3B |
| Octal | 333 | 122 | 136 | 0 | 77 | 71 | 16 | 543 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1011110 | 0 | 111111 | 111001 | 1110 | 101100011 | 1000010 | 111011 |
Color Harmonies of #DB525E
Complementary color
Monochromatic Colors of #DB525E
Black with #DB525E
Text Example
Text Example
White with #DB525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB525E; }
p { color: rgb(219,82,94); }
H1.HeaderClassName
{
color: #DB525E;
}
.AnyTagClassName
{
color: #DB525E;
}
</style>
background-color css
<style>
a { background-color: #DB525E; }
a { background-color: rgb(219,82,94); }
div.DivClassName
{
background-color: #DB525E;
}
.BgClassName
{
background-color: #DB525E;
}
</style>
border-color css
<style>
span { border-color: #DB525E; }
span { border-color: rgb(219,82,94); }
td.TdClassName
{
border-color: #DB525E;
}
.TagClassName
{
border-color: #DB525E;
}
</style>