Shades of Mandy #D74854
Tints of Mandy #D74854
RGB
CMYK
RGB Variations
Color information
#D74854 (or 0xD74854) is known color: Mandy. HEX triplet: D7, 48 and 54. RGB value is (215,72,84). Sum of RGB (Red+Green+Blue) = 215+72+84=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D74854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74854 is #28B7AB. Grayscale: #747474. Windows color (decimal): -2668460 or 5523671. OLE color: 5523671.
HSL color Cylindrical-coordinate representation of color #D74854: hue angle of 354.97º 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 #D74854 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 84 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.16 |
| HSL | 354.97º | 0.64% | 0.56% | - |
| HSV(B) | 354.97º | 0.67% | 0.84% | - |
| XYZ | 31.94 | 19.72 | 10.51 | - |
| YUV | 116.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 84 | 0 | 0.67 | 0.61 | 0.16 | 354.97 | 0.64 | 0.56 |
| Hex | D7 | 48 | 54 | 0 | 43 | 3D | 10 | 163 | 40 | 38 |
| Octal | 327 | 110 | 124 | 0 | 103 | 75 | 20 | 543 | 100 | 70 |
| Binary | 11010111 | 1001000 | 1010100 | 0 | 1000011 | 111101 | 10000 | 101100011 | 1000000 | 111000 |
Color Harmonies of #D74854
Complementary color
Monochromatic Colors of #D74854
Black with #D74854
Text Example
Text Example
White with #D74854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74854; }
p { color: rgb(215,72,84); }
H1.HeaderClassName
{
color: #D74854;
}
.AnyTagClassName
{
color: #D74854;
}
</style>
background-color css
<style>
a { background-color: #D74854; }
a { background-color: rgb(215,72,84); }
div.DivClassName
{
background-color: #D74854;
}
.BgClassName
{
background-color: #D74854;
}
</style>
border-color css
<style>
span { border-color: #D74854; }
span { border-color: rgb(215,72,84); }
td.TdClassName
{
border-color: #D74854;
}
.TagClassName
{
border-color: #D74854;
}
</style>