Shades of Mandy #DF575A
Tints of Mandy #DF575A
RGB
CMYK
RGB Variations
Color information
#DF575A (or 0xDF575A) is known color: Mandy. HEX triplet: DF, 57 and 5A. RGB value is (223,87,90). Sum of RGB (Red+Green+Blue) = 223+87+90=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF575A is #20A8A5. Grayscale: #808080. Windows color (decimal): -2140326 or 5920735. OLE color: 5920735.
HSL color Cylindrical-coordinate representation of color #DF575A: hue angle of 358.68º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF575A is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 87 | 90 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.13 |
| HSL | 358.68º | 0.68% | 0.61% | - |
| HSV(B) | 358.68º | 0.61% | 0.87% | - |
| XYZ | 35.69 | 23.24 | 12.28 | - |
| YUV | 128.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 87 | 90 | 0 | 0.61 | 0.60 | 0.13 | 358.68 | 0.68 | 0.61 |
| Hex | DF | 57 | 5A | 0 | 3D | 3C | D | 167 | 44 | 3D |
| Octal | 337 | 127 | 132 | 0 | 75 | 74 | 15 | 547 | 104 | 75 |
| Binary | 11011111 | 1010111 | 1011010 | 0 | 111101 | 111100 | 1101 | 101100111 | 1000100 | 111101 |
Color Harmonies of #DF575A
Complementary color
Monochromatic Colors of #DF575A
Black with #DF575A
Text Example
Text Example
White with #DF575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF575A; }
p { color: rgb(223,87,90); }
H1.HeaderClassName
{
color: #DF575A;
}
.AnyTagClassName
{
color: #DF575A;
}
</style>
background-color css
<style>
a { background-color: #DF575A; }
a { background-color: rgb(223,87,90); }
div.DivClassName
{
background-color: #DF575A;
}
.BgClassName
{
background-color: #DF575A;
}
</style>
border-color css
<style>
span { border-color: #DF575A; }
span { border-color: rgb(223,87,90); }
td.TdClassName
{
border-color: #DF575A;
}
.TagClassName
{
border-color: #DF575A;
}
</style>