Shades of Mandy #DF454D
Tints of Mandy #DF454D
RGB
CMYK
RGB Variations
Color information
#DF454D (or 0xDF454D) is known color: Mandy. HEX triplet: DF, 45 and 4D. RGB value is (223,69,77). Sum of RGB (Red+Green+Blue) = 223+69+77=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF454D is #20BAB2. Grayscale: #747474. Windows color (decimal): -2144947 or 5064159. OLE color: 5064159.
HSL color Cylindrical-coordinate representation of color #DF454D: hue angle of 356.88º 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 #DF454D is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 77 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.13 |
| HSL | 356.88º | 0.71% | 0.57% | - |
| HSV(B) | 356.88º | 0.69% | 0.87% | - |
| XYZ | 33.9 | 20.48 | 9.19 | - |
| YUV | 115.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 77 | 0 | 0.69 | 0.65 | 0.13 | 356.88 | 0.71 | 0.57 |
| Hex | DF | 45 | 4D | 0 | 45 | 41 | D | 165 | 47 | 39 |
| Octal | 337 | 105 | 115 | 0 | 105 | 101 | 15 | 545 | 107 | 71 |
| Binary | 11011111 | 1000101 | 1001101 | 0 | 1000101 | 1000001 | 1101 | 101100101 | 1000111 | 111001 |
Color Harmonies of #DF454D
Complementary color
Monochromatic Colors of #DF454D
Black with #DF454D
Text Example
Text Example
White with #DF454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF454D; }
p { color: rgb(223,69,77); }
H1.HeaderClassName
{
color: #DF454D;
}
.AnyTagClassName
{
color: #DF454D;
}
</style>
background-color css
<style>
a { background-color: #DF454D; }
a { background-color: rgb(223,69,77); }
div.DivClassName
{
background-color: #DF454D;
}
.BgClassName
{
background-color: #DF454D;
}
</style>
border-color css
<style>
span { border-color: #DF454D; }
span { border-color: rgb(223,69,77); }
td.TdClassName
{
border-color: #DF454D;
}
.TagClassName
{
border-color: #DF454D;
}
</style>