Shades of Mandy #DF464C
Tints of Mandy #DF464C
RGB
CMYK
RGB Variations
Color information
#DF464C (or 0xDF464C) is known color: Mandy. HEX triplet: DF, 46 and 4C. RGB value is (223,70,76). Sum of RGB (Red+Green+Blue) = 223+70+76=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF464C is #20B9B3. Grayscale: #747474. Windows color (decimal): -2144692 or 4998879. OLE color: 4998879.
HSL color Cylindrical-coordinate representation of color #DF464C: hue angle of 357.65º 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 #DF464C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 76 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.13 |
| HSL | 357.65º | 0.71% | 0.57% | - |
| HSV(B) | 357.65º | 0.69% | 0.87% | - |
| XYZ | 33.93 | 20.59 | 9.02 | - |
| YUV | 116.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 76 | 0 | 0.69 | 0.66 | 0.13 | 357.65 | 0.71 | 0.57 |
| Hex | DF | 46 | 4C | 0 | 45 | 42 | D | 166 | 47 | 39 |
| Octal | 337 | 106 | 114 | 0 | 105 | 102 | 15 | 546 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1001100 | 0 | 1000101 | 1000010 | 1101 | 101100110 | 1000111 | 111001 |
Color Harmonies of #DF464C
Complementary color
Monochromatic Colors of #DF464C
Black with #DF464C
Text Example
Text Example
White with #DF464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF464C; }
p { color: rgb(223,70,76); }
H1.HeaderClassName
{
color: #DF464C;
}
.AnyTagClassName
{
color: #DF464C;
}
</style>
background-color css
<style>
a { background-color: #DF464C; }
a { background-color: rgb(223,70,76); }
div.DivClassName
{
background-color: #DF464C;
}
.BgClassName
{
background-color: #DF464C;
}
</style>
border-color css
<style>
span { border-color: #DF464C; }
span { border-color: rgb(223,70,76); }
td.TdClassName
{
border-color: #DF464C;
}
.TagClassName
{
border-color: #DF464C;
}
</style>