Shades of Mandy #DF455C
Tints of Mandy #DF455C
RGB
CMYK
RGB Variations
Color information
#DF455C (or 0xDF455C) is known color: Mandy. HEX triplet: DF, 45 and 5C. RGB value is (223,69,92). Sum of RGB (Red+Green+Blue) = 223+69+92=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF455C is #20BAA3. Grayscale: #757575. Windows color (decimal): -2144932 or 6047199. OLE color: 6047199.
HSL color Cylindrical-coordinate representation of color #DF455C: hue angle of 351.04º 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 #DF455C is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 92 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.13 |
| HSL | 351.04º | 0.71% | 0.57% | - |
| HSV(B) | 351.04º | 0.69% | 0.87% | - |
| XYZ | 34.49 | 20.72 | 12.31 | - |
| YUV | 117.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 92 | 0 | 0.69 | 0.59 | 0.13 | 351.04 | 0.71 | 0.57 |
| Hex | DF | 45 | 5C | 0 | 45 | 3B | D | 15F | 47 | 39 |
| Octal | 337 | 105 | 134 | 0 | 105 | 73 | 15 | 537 | 107 | 71 |
| Binary | 11011111 | 1000101 | 1011100 | 0 | 1000101 | 111011 | 1101 | 101011111 | 1000111 | 111001 |
Color Harmonies of #DF455C
Complementary color
Monochromatic Colors of #DF455C
Black with #DF455C
Text Example
Text Example
White with #DF455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF455C; }
p { color: rgb(223,69,92); }
H1.HeaderClassName
{
color: #DF455C;
}
.AnyTagClassName
{
color: #DF455C;
}
</style>
background-color css
<style>
a { background-color: #DF455C; }
a { background-color: rgb(223,69,92); }
div.DivClassName
{
background-color: #DF455C;
}
.BgClassName
{
background-color: #DF455C;
}
</style>
border-color css
<style>
span { border-color: #DF455C; }
span { border-color: rgb(223,69,92); }
td.TdClassName
{
border-color: #DF455C;
}
.TagClassName
{
border-color: #DF455C;
}
</style>