Shades of Mandy #DF464D
Tints of Mandy #DF464D
RGB
CMYK
RGB Variations
Color information
#DF464D (or 0xDF464D) is known color: Mandy. HEX triplet: DF, 46 and 4D. RGB value is (223,70,77). Sum of RGB (Red+Green+Blue) = 223+70+77=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF464D is #20B9B2. Grayscale: #747474. Windows color (decimal): -2144691 or 5064415. OLE color: 5064415.
HSL color Cylindrical-coordinate representation of color #DF464D: hue angle of 357.25º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF464D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 77 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.13 |
| HSL | 357.25º | 0.71% | 0.57% | - |
| HSV(B) | 357.25º | 0.69% | 0.87% | - |
| XYZ | 33.96 | 20.6 | 9.21 | - |
| YUV | 116.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 77 | 0 | 0.69 | 0.65 | 0.13 | 357.25 | 0.71 | 0.57 |
| Hex | DF | 46 | 4D | 0 | 45 | 41 | D | 165 | 47 | 39 |
| Octal | 337 | 106 | 115 | 0 | 105 | 101 | 15 | 545 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1001101 | 0 | 1000101 | 1000001 | 1101 | 101100101 | 1000111 | 111001 |
Color Harmonies of #DF464D
Complementary color
Monochromatic Colors of #DF464D
Black with #DF464D
Text Example
Text Example
White with #DF464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF464D; }
p { color: rgb(223,70,77); }
H1.HeaderClassName
{
color: #DF464D;
}
.AnyTagClassName
{
color: #DF464D;
}
</style>
background-color css
<style>
a { background-color: #DF464D; }
a { background-color: rgb(223,70,77); }
div.DivClassName
{
background-color: #DF464D;
}
.BgClassName
{
background-color: #DF464D;
}
</style>
border-color css
<style>
span { border-color: #DF464D; }
span { border-color: rgb(223,70,77); }
td.TdClassName
{
border-color: #DF464D;
}
.TagClassName
{
border-color: #DF464D;
}
</style>