Shades of Mandy #D74450
Tints of Mandy #D74450
RGB
CMYK
RGB Variations
Color information
#D74450 (or 0xD74450) is known color: Mandy. HEX triplet: D7, 44 and 50. RGB value is (215,68,80). Sum of RGB (Red+Green+Blue) = 215+68+80=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D74450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74450 is #28BBAF. Grayscale: #717171. Windows color (decimal): -2669488 or 5260503. OLE color: 5260503.
HSL color Cylindrical-coordinate representation of color #D74450: hue angle of 355.1º 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 #D74450 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 80 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.16 |
| HSL | 355.1º | 0.65% | 0.55% | - |
| HSV(B) | 355.1º | 0.68% | 0.84% | - |
| XYZ | 31.54 | 19.16 | 9.63 | - |
| YUV | 113.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 80 | 0 | 0.68 | 0.63 | 0.16 | 355.1 | 0.65 | 0.55 |
| Hex | D7 | 44 | 50 | 0 | 44 | 3F | 10 | 163 | 41 | 37 |
| Octal | 327 | 104 | 120 | 0 | 104 | 77 | 20 | 543 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1010000 | 0 | 1000100 | 111111 | 10000 | 101100011 | 1000001 | 110111 |
Color Harmonies of #D74450
Complementary color
Monochromatic Colors of #D74450
Black with #D74450
Text Example
Text Example
White with #D74450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74450; }
p { color: rgb(215,68,80); }
H1.HeaderClassName
{
color: #D74450;
}
.AnyTagClassName
{
color: #D74450;
}
</style>
background-color css
<style>
a { background-color: #D74450; }
a { background-color: rgb(215,68,80); }
div.DivClassName
{
background-color: #D74450;
}
.BgClassName
{
background-color: #D74450;
}
</style>
border-color css
<style>
span { border-color: #D74450; }
span { border-color: rgb(215,68,80); }
td.TdClassName
{
border-color: #D74450;
}
.TagClassName
{
border-color: #D74450;
}
</style>