Shades of Mandy #DF515A
Tints of Mandy #DF515A
RGB
CMYK
RGB Variations
Color information
#DF515A (or 0xDF515A) is known color: Mandy. HEX triplet: DF, 51 and 5A. RGB value is (223,81,90). Sum of RGB (Red+Green+Blue) = 223+81+90=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF515A is #20AEA5. Grayscale: #7C7C7C. Windows color (decimal): -2141862 or 5919199. OLE color: 5919199.
HSL color Cylindrical-coordinate representation of color #DF515A: hue angle of 356.2º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF515A is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 90 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.13 |
| HSL | 356.2º | 0.69% | 0.6% | - |
| HSV(B) | 356.2º | 0.64% | 0.87% | - |
| XYZ | 35.22 | 22.31 | 12.12 | - |
| YUV | 124.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 90 | 0 | 0.64 | 0.60 | 0.13 | 356.2 | 0.69 | 0.6 |
| Hex | DF | 51 | 5A | 0 | 40 | 3C | D | 164 | 45 | 3C |
| Octal | 337 | 121 | 132 | 0 | 100 | 74 | 15 | 544 | 105 | 74 |
| Binary | 11011111 | 1010001 | 1011010 | 0 | 1000000 | 111100 | 1101 | 101100100 | 1000101 | 111100 |
Color Harmonies of #DF515A
Complementary color
Monochromatic Colors of #DF515A
Black with #DF515A
Text Example
Text Example
White with #DF515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF515A; }
p { color: rgb(223,81,90); }
H1.HeaderClassName
{
color: #DF515A;
}
.AnyTagClassName
{
color: #DF515A;
}
</style>
background-color css
<style>
a { background-color: #DF515A; }
a { background-color: rgb(223,81,90); }
div.DivClassName
{
background-color: #DF515A;
}
.BgClassName
{
background-color: #DF515A;
}
</style>
border-color css
<style>
span { border-color: #DF515A; }
span { border-color: rgb(223,81,90); }
td.TdClassName
{
border-color: #DF515A;
}
.TagClassName
{
border-color: #DF515A;
}
</style>