Shades of Mandy #DB525C
Tints of Mandy #DB525C
RGB
CMYK
RGB Variations
Color information
#DB525C (or 0xDB525C) is known color: Mandy. HEX triplet: DB, 52 and 5C. RGB value is (219,82,92). Sum of RGB (Red+Green+Blue) = 219+82+92=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB525C is #24ADA3. Grayscale: #7C7C7C. Windows color (decimal): -2403748 or 6050523. OLE color: 6050523.
HSL color Cylindrical-coordinate representation of color #DB525C: hue angle of 355.62º 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 #DB525C is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 92 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.14 |
| HSL | 355.62º | 0.66% | 0.59% | - |
| HSV(B) | 355.62º | 0.63% | 0.86% | - |
| XYZ | 34.16 | 21.87 | 12.55 | - |
| YUV | 124.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 92 | 0 | 0.63 | 0.58 | 0.14 | 355.62 | 0.66 | 0.59 |
| Hex | DB | 52 | 5C | 0 | 3F | 3A | E | 164 | 42 | 3B |
| Octal | 333 | 122 | 134 | 0 | 77 | 72 | 16 | 544 | 102 | 73 |
| Binary | 11011011 | 1010010 | 1011100 | 0 | 111111 | 111010 | 1110 | 101100100 | 1000010 | 111011 |
Color Harmonies of #DB525C
Complementary color
Monochromatic Colors of #DB525C
Black with #DB525C
Text Example
Text Example
White with #DB525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB525C; }
p { color: rgb(219,82,92); }
H1.HeaderClassName
{
color: #DB525C;
}
.AnyTagClassName
{
color: #DB525C;
}
</style>
background-color css
<style>
a { background-color: #DB525C; }
a { background-color: rgb(219,82,92); }
div.DivClassName
{
background-color: #DB525C;
}
.BgClassName
{
background-color: #DB525C;
}
</style>
border-color css
<style>
span { border-color: #DB525C; }
span { border-color: rgb(219,82,92); }
td.TdClassName
{
border-color: #DB525C;
}
.TagClassName
{
border-color: #DB525C;
}
</style>