Shades of Mandy #DF4A5C
Tints of Mandy #DF4A5C
RGB
CMYK
RGB Variations
Color information
#DF4A5C (or 0xDF4A5C) is known color: Mandy. HEX triplet: DF, 4A and 5C. RGB value is (223,74,92). Sum of RGB (Red+Green+Blue) = 223+74+92=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4A5C is #20B5A3. Grayscale: #787878. Windows color (decimal): -2143652 or 6048479. OLE color: 6048479.
HSL color Cylindrical-coordinate representation of color #DF4A5C: hue angle of 352.75º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4A5C is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 92 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.13 |
| HSL | 352.75º | 0.7% | 0.58% | - |
| HSV(B) | 352.75º | 0.67% | 0.87% | - |
| XYZ | 34.81 | 21.36 | 12.41 | - |
| YUV | 120.6 | 111.86 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 92 | 0 | 0.67 | 0.59 | 0.13 | 352.75 | 0.7 | 0.58 |
| Hex | DF | 4A | 5C | 0 | 43 | 3B | D | 161 | 46 | 3A |
| Octal | 337 | 112 | 134 | 0 | 103 | 73 | 15 | 541 | 106 | 72 |
| Binary | 11011111 | 1001010 | 1011100 | 0 | 1000011 | 111011 | 1101 | 101100001 | 1000110 | 111010 |
Color Harmonies of #DF4A5C
Complementary color
Monochromatic Colors of #DF4A5C
Black with #DF4A5C
Text Example
Text Example
White with #DF4A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4A5C; }
p { color: rgb(223,74,92); }
H1.HeaderClassName
{
color: #DF4A5C;
}
.AnyTagClassName
{
color: #DF4A5C;
}
</style>
background-color css
<style>
a { background-color: #DF4A5C; }
a { background-color: rgb(223,74,92); }
div.DivClassName
{
background-color: #DF4A5C;
}
.BgClassName
{
background-color: #DF4A5C;
}
</style>
border-color css
<style>
span { border-color: #DF4A5C; }
span { border-color: rgb(223,74,92); }
td.TdClassName
{
border-color: #DF4A5C;
}
.TagClassName
{
border-color: #DF4A5C;
}
</style>