Shades of Mandy #D74449
Tints of Mandy #D74449
RGB
CMYK
RGB Variations
Color information
#D74449 (or 0xD74449) is known color: Mandy. HEX triplet: D7, 44 and 49. RGB value is (215,68,73). Sum of RGB (Red+Green+Blue) = 215+68+73=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D74449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74449 is #28BBB6. Grayscale: #707070. Windows color (decimal): -2669495 or 4801751. OLE color: 4801751.
HSL color Cylindrical-coordinate representation of color #D74449: hue angle of 357.96º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74449 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 73 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.16 |
| HSL | 357.96º | 0.65% | 0.55% | - |
| HSV(B) | 357.96º | 0.68% | 0.84% | - |
| XYZ | 31.29 | 19.06 | 8.33 | - |
| YUV | 112.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 73 | 0 | 0.68 | 0.66 | 0.16 | 357.96 | 0.65 | 0.55 |
| Hex | D7 | 44 | 49 | 0 | 44 | 42 | 10 | 166 | 41 | 37 |
| Octal | 327 | 104 | 111 | 0 | 104 | 102 | 20 | 546 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1001001 | 0 | 1000100 | 1000010 | 10000 | 101100110 | 1000001 | 110111 |
Color Harmonies of #D74449
Complementary color
Monochromatic Colors of #D74449
Black with #D74449
Text Example
Text Example
White with #D74449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74449; }
p { color: rgb(215,68,73); }
H1.HeaderClassName
{
color: #D74449;
}
.AnyTagClassName
{
color: #D74449;
}
</style>
background-color css
<style>
a { background-color: #D74449; }
a { background-color: rgb(215,68,73); }
div.DivClassName
{
background-color: #D74449;
}
.BgClassName
{
background-color: #D74449;
}
</style>
border-color css
<style>
span { border-color: #D74449; }
span { border-color: rgb(215,68,73); }
td.TdClassName
{
border-color: #D74449;
}
.TagClassName
{
border-color: #D74449;
}
</style>