Shades of Mandy #DF455B
Tints of Mandy #DF455B
RGB
CMYK
RGB Variations
Color information
#DF455B (or 0xDF455B) is known color: Mandy. HEX triplet: DF, 45 and 5B. RGB value is (223,69,91). Sum of RGB (Red+Green+Blue) = 223+69+91=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF455B is #20BAA4. Grayscale: #757575. Windows color (decimal): -2144933 or 5981663. OLE color: 5981663.
HSL color Cylindrical-coordinate representation of color #DF455B: hue angle of 351.43º 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 #DF455B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 91 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.13 |
| HSL | 351.43º | 0.71% | 0.57% | - |
| HSV(B) | 351.43º | 0.69% | 0.87% | - |
| XYZ | 34.45 | 20.7 | 12.08 | - |
| YUV | 117.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 91 | 0 | 0.69 | 0.59 | 0.13 | 351.43 | 0.71 | 0.57 |
| Hex | DF | 45 | 5B | 0 | 45 | 3B | D | 15F | 47 | 39 |
| Octal | 337 | 105 | 133 | 0 | 105 | 73 | 15 | 537 | 107 | 71 |
| Binary | 11011111 | 1000101 | 1011011 | 0 | 1000101 | 111011 | 1101 | 101011111 | 1000111 | 111001 |
Color Harmonies of #DF455B
Complementary color
Monochromatic Colors of #DF455B
Black with #DF455B
Text Example
Text Example
White with #DF455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF455B; }
p { color: rgb(223,69,91); }
H1.HeaderClassName
{
color: #DF455B;
}
.AnyTagClassName
{
color: #DF455B;
}
</style>
background-color css
<style>
a { background-color: #DF455B; }
a { background-color: rgb(223,69,91); }
div.DivClassName
{
background-color: #DF455B;
}
.BgClassName
{
background-color: #DF455B;
}
</style>
border-color css
<style>
span { border-color: #DF455B; }
span { border-color: rgb(223,69,91); }
td.TdClassName
{
border-color: #DF455B;
}
.TagClassName
{
border-color: #DF455B;
}
</style>