Shades of Mandy #D74455
Tints of Mandy #D74455
RGB
CMYK
RGB Variations
Color information
#D74455 (or 0xD74455) is known color: Mandy. HEX triplet: D7, 44 and 55. RGB value is (215,68,85). Sum of RGB (Red+Green+Blue) = 215+68+85=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D74455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74455 is #28BBAA. Grayscale: #717171. Windows color (decimal): -2669483 or 5588183. OLE color: 5588183.
HSL color Cylindrical-coordinate representation of color #D74455: hue angle of 353.06º 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 #D74455 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 85 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.16 |
| HSL | 353.06º | 0.65% | 0.55% | - |
| HSV(B) | 353.06º | 0.68% | 0.84% | - |
| XYZ | 31.73 | 19.24 | 10.64 | - |
| YUV | 113.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 85 | 0 | 0.68 | 0.60 | 0.16 | 353.06 | 0.65 | 0.55 |
| Hex | D7 | 44 | 55 | 0 | 44 | 3C | 10 | 161 | 41 | 37 |
| Octal | 327 | 104 | 125 | 0 | 104 | 74 | 20 | 541 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1010101 | 0 | 1000100 | 111100 | 10000 | 101100001 | 1000001 | 110111 |
Color Harmonies of #D74455
Complementary color
Monochromatic Colors of #D74455
Black with #D74455
Text Example
Text Example
White with #D74455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74455; }
p { color: rgb(215,68,85); }
H1.HeaderClassName
{
color: #D74455;
}
.AnyTagClassName
{
color: #D74455;
}
</style>
background-color css
<style>
a { background-color: #D74455; }
a { background-color: rgb(215,68,85); }
div.DivClassName
{
background-color: #D74455;
}
.BgClassName
{
background-color: #D74455;
}
</style>
border-color css
<style>
span { border-color: #D74455; }
span { border-color: rgb(215,68,85); }
td.TdClassName
{
border-color: #D74455;
}
.TagClassName
{
border-color: #D74455;
}
</style>