Shades of Mandy #DF4655
Tints of Mandy #DF4655
RGB
CMYK
RGB Variations
Color information
#DF4655 (or 0xDF4655) is known color: Mandy. HEX triplet: DF, 46 and 55. RGB value is (223,70,85). Sum of RGB (Red+Green+Blue) = 223+70+85=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4655 is #20B9AA. Grayscale: #757575. Windows color (decimal): -2144683 or 5588703. OLE color: 5588703.
HSL color Cylindrical-coordinate representation of color #DF4655: hue angle of 354.12º 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 #DF4655 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 85 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.13 |
| HSL | 354.12º | 0.71% | 0.57% | - |
| HSV(B) | 354.12º | 0.69% | 0.87% | - |
| XYZ | 34.26 | 20.72 | 10.79 | - |
| YUV | 117.46 | 109.69 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 85 | 0 | 0.69 | 0.62 | 0.13 | 354.12 | 0.71 | 0.57 |
| Hex | DF | 46 | 55 | 0 | 45 | 3E | D | 162 | 47 | 39 |
| Octal | 337 | 106 | 125 | 0 | 105 | 76 | 15 | 542 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1010101 | 0 | 1000101 | 111110 | 1101 | 101100010 | 1000111 | 111001 |
Color Harmonies of #DF4655
Complementary color
Monochromatic Colors of #DF4655
Black with #DF4655
Text Example
Text Example
White with #DF4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4655; }
p { color: rgb(223,70,85); }
H1.HeaderClassName
{
color: #DF4655;
}
.AnyTagClassName
{
color: #DF4655;
}
</style>
background-color css
<style>
a { background-color: #DF4655; }
a { background-color: rgb(223,70,85); }
div.DivClassName
{
background-color: #DF4655;
}
.BgClassName
{
background-color: #DF4655;
}
</style>
border-color css
<style>
span { border-color: #DF4655; }
span { border-color: rgb(223,70,85); }
td.TdClassName
{
border-color: #DF4655;
}
.TagClassName
{
border-color: #DF4655;
}
</style>