Shades of Mandy #D74855
Tints of Mandy #D74855
RGB
CMYK
RGB Variations
Color information
#D74855 (or 0xD74855) is known color: Mandy. HEX triplet: D7, 48 and 55. RGB value is (215,72,85). Sum of RGB (Red+Green+Blue) = 215+72+85=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D74855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74855 is #28B7AA. Grayscale: #747474. Windows color (decimal): -2668459 or 5589207. OLE color: 5589207.
HSL color Cylindrical-coordinate representation of color #D74855: hue angle of 354.55º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74855 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 85 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.16 |
| HSL | 354.55º | 0.64% | 0.56% | - |
| HSV(B) | 354.55º | 0.67% | 0.84% | - |
| XYZ | 31.98 | 19.74 | 10.72 | - |
| YUV | 116.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 85 | 0 | 0.67 | 0.60 | 0.16 | 354.55 | 0.64 | 0.56 |
| Hex | D7 | 48 | 55 | 0 | 43 | 3C | 10 | 163 | 40 | 38 |
| Octal | 327 | 110 | 125 | 0 | 103 | 74 | 20 | 543 | 100 | 70 |
| Binary | 11010111 | 1001000 | 1010101 | 0 | 1000011 | 111100 | 10000 | 101100011 | 1000000 | 111000 |
Color Harmonies of #D74855
Complementary color
Monochromatic Colors of #D74855
Black with #D74855
Text Example
Text Example
White with #D74855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74855; }
p { color: rgb(215,72,85); }
H1.HeaderClassName
{
color: #D74855;
}
.AnyTagClassName
{
color: #D74855;
}
</style>
background-color css
<style>
a { background-color: #D74855; }
a { background-color: rgb(215,72,85); }
div.DivClassName
{
background-color: #D74855;
}
.BgClassName
{
background-color: #D74855;
}
</style>
border-color css
<style>
span { border-color: #D74855; }
span { border-color: rgb(215,72,85); }
td.TdClassName
{
border-color: #D74855;
}
.TagClassName
{
border-color: #D74855;
}
</style>