Shades of Mandy #DF505D
Tints of Mandy #DF505D
RGB
CMYK
RGB Variations
Color information
#DF505D (or 0xDF505D) is known color: Mandy. HEX triplet: DF, 50 and 5D. RGB value is (223,80,93). Sum of RGB (Red+Green+Blue) = 223+80+93=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF505D is #20AFA2. Grayscale: #7C7C7C. Windows color (decimal): -2142115 or 6115551. OLE color: 6115551.
HSL color Cylindrical-coordinate representation of color #DF505D: hue angle of 354.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF505D is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 93 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.13 |
| HSL | 354.55º | 0.69% | 0.59% | - |
| HSV(B) | 354.55º | 0.64% | 0.87% | - |
| XYZ | 35.28 | 22.22 | 12.78 | - |
| YUV | 124.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 93 | 0 | 0.64 | 0.58 | 0.13 | 354.55 | 0.69 | 0.59 |
| Hex | DF | 50 | 5D | 0 | 40 | 3A | D | 163 | 45 | 3B |
| Octal | 337 | 120 | 135 | 0 | 100 | 72 | 15 | 543 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1011101 | 0 | 1000000 | 111010 | 1101 | 101100011 | 1000101 | 111011 |
Color Harmonies of #DF505D
Complementary color
Monochromatic Colors of #DF505D
Black with #DF505D
Text Example
Text Example
White with #DF505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF505D; }
p { color: rgb(223,80,93); }
H1.HeaderClassName
{
color: #DF505D;
}
.AnyTagClassName
{
color: #DF505D;
}
</style>
background-color css
<style>
a { background-color: #DF505D; }
a { background-color: rgb(223,80,93); }
div.DivClassName
{
background-color: #DF505D;
}
.BgClassName
{
background-color: #DF505D;
}
</style>
border-color css
<style>
span { border-color: #DF505D; }
span { border-color: rgb(223,80,93); }
td.TdClassName
{
border-color: #DF505D;
}
.TagClassName
{
border-color: #DF505D;
}
</style>