Shades of Mandy #DF535E
Tints of Mandy #DF535E
RGB
CMYK
RGB Variations
Color information
#DF535E (or 0xDF535E) is known color: Mandy. HEX triplet: DF, 53 and 5E. RGB value is (223,83,94). Sum of RGB (Red+Green+Blue) = 223+83+94=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF535E is #20ACA1. Grayscale: #7E7E7E. Windows color (decimal): -2141346 or 6181855. OLE color: 6181855.
HSL color Cylindrical-coordinate representation of color #DF535E: hue angle of 355.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF535E is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 94 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.13 |
| HSL | 355.29º | 0.69% | 0.6% | - |
| HSV(B) | 355.29º | 0.63% | 0.87% | - |
| XYZ | 35.55 | 22.68 | 13.09 | - |
| YUV | 126.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 94 | 0 | 0.63 | 0.58 | 0.13 | 355.29 | 0.69 | 0.6 |
| Hex | DF | 53 | 5E | 0 | 3F | 3A | D | 163 | 45 | 3C |
| Octal | 337 | 123 | 136 | 0 | 77 | 72 | 15 | 543 | 105 | 74 |
| Binary | 11011111 | 1010011 | 1011110 | 0 | 111111 | 111010 | 1101 | 101100011 | 1000101 | 111100 |
Color Harmonies of #DF535E
Complementary color
Monochromatic Colors of #DF535E
Black with #DF535E
Text Example
Text Example
White with #DF535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF535E; }
p { color: rgb(223,83,94); }
H1.HeaderClassName
{
color: #DF535E;
}
.AnyTagClassName
{
color: #DF535E;
}
</style>
background-color css
<style>
a { background-color: #DF535E; }
a { background-color: rgb(223,83,94); }
div.DivClassName
{
background-color: #DF535E;
}
.BgClassName
{
background-color: #DF535E;
}
</style>
border-color css
<style>
span { border-color: #DF535E; }
span { border-color: rgb(223,83,94); }
td.TdClassName
{
border-color: #DF535E;
}
.TagClassName
{
border-color: #DF535E;
}
</style>