Shades of Mandy #DF505C
Tints of Mandy #DF505C
RGB
CMYK
RGB Variations
Color information
#DF505C (or 0xDF505C) is known color: Mandy. HEX triplet: DF, 50 and 5C. RGB value is (223,80,92). Sum of RGB (Red+Green+Blue) = 223+80+92=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF505C is #20AFA3. Grayscale: #7C7C7C. Windows color (decimal): -2142116 or 6050015. OLE color: 6050015.
HSL color Cylindrical-coordinate representation of color #DF505C: hue angle of 354.97º 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 #DF505C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 92 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.13 |
| HSL | 354.97º | 0.69% | 0.59% | - |
| HSV(B) | 354.97º | 0.64% | 0.87% | - |
| XYZ | 35.23 | 22.2 | 12.55 | - |
| YUV | 124.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 92 | 0 | 0.64 | 0.59 | 0.13 | 354.97 | 0.69 | 0.59 |
| Hex | DF | 50 | 5C | 0 | 40 | 3B | D | 163 | 45 | 3B |
| Octal | 337 | 120 | 134 | 0 | 100 | 73 | 15 | 543 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1011100 | 0 | 1000000 | 111011 | 1101 | 101100011 | 1000101 | 111011 |
Color Harmonies of #DF505C
Complementary color
Monochromatic Colors of #DF505C
Black with #DF505C
Text Example
Text Example
White with #DF505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF505C; }
p { color: rgb(223,80,92); }
H1.HeaderClassName
{
color: #DF505C;
}
.AnyTagClassName
{
color: #DF505C;
}
</style>
background-color css
<style>
a { background-color: #DF505C; }
a { background-color: rgb(223,80,92); }
div.DivClassName
{
background-color: #DF505C;
}
.BgClassName
{
background-color: #DF505C;
}
</style>
border-color css
<style>
span { border-color: #DF505C; }
span { border-color: rgb(223,80,92); }
td.TdClassName
{
border-color: #DF505C;
}
.TagClassName
{
border-color: #DF505C;
}
</style>