Shades of Mandy #D74051
Tints of Mandy #D74051
RGB
CMYK
RGB Variations
Color information
#D74051 (or 0xD74051) is known color: Mandy. HEX triplet: D7, 40 and 51. RGB value is (215,64,81). Sum of RGB (Red+Green+Blue) = 215+64+81=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D74051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74051 is #28BFAE. Grayscale: #6F6F6F. Windows color (decimal): -2670511 or 5325015. OLE color: 5325015.
HSL color Cylindrical-coordinate representation of color #D74051: hue angle of 353.25º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74051 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 81 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.16 |
| HSL | 353.25º | 0.65% | 0.55% | - |
| HSV(B) | 353.25º | 0.7% | 0.84% | - |
| XYZ | 31.34 | 18.71 | 9.74 | - |
| YUV | 111.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 81 | 0 | 0.70 | 0.62 | 0.16 | 353.25 | 0.65 | 0.55 |
| Hex | D7 | 40 | 51 | 0 | 46 | 3E | 10 | 161 | 41 | 37 |
| Octal | 327 | 100 | 121 | 0 | 106 | 76 | 20 | 541 | 101 | 67 |
| Binary | 11010111 | 1000000 | 1010001 | 0 | 1000110 | 111110 | 10000 | 101100001 | 1000001 | 110111 |
Color Harmonies of #D74051
Complementary color
Monochromatic Colors of #D74051
Black with #D74051
Text Example
Text Example
White with #D74051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74051; }
p { color: rgb(215,64,81); }
H1.HeaderClassName
{
color: #D74051;
}
.AnyTagClassName
{
color: #D74051;
}
</style>
background-color css
<style>
a { background-color: #D74051; }
a { background-color: rgb(215,64,81); }
div.DivClassName
{
background-color: #D74051;
}
.BgClassName
{
background-color: #D74051;
}
</style>
border-color css
<style>
span { border-color: #D74051; }
span { border-color: rgb(215,64,81); }
td.TdClassName
{
border-color: #D74051;
}
.TagClassName
{
border-color: #D74051;
}
</style>