Shades of Mandy #D74251
Tints of Mandy #D74251
RGB
CMYK
RGB Variations
Color information
#D74251 (or 0xD74251) is known color: Mandy. HEX triplet: D7, 42 and 51. RGB value is (215,66,81). Sum of RGB (Red+Green+Blue) = 215+66+81=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D74251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74251 is #28BDAE. Grayscale: #707070. Windows color (decimal): -2669999 or 5325527. OLE color: 5325527.
HSL color Cylindrical-coordinate representation of color #D74251: hue angle of 353.96º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74251 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 81 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.16 |
| HSL | 353.96º | 0.65% | 0.55% | - |
| HSV(B) | 353.96º | 0.69% | 0.84% | - |
| XYZ | 31.46 | 18.94 | 9.78 | - |
| YUV | 112.26 | 110.36 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 81 | 0 | 0.69 | 0.62 | 0.16 | 353.96 | 0.65 | 0.55 |
| Hex | D7 | 42 | 51 | 0 | 45 | 3E | 10 | 162 | 41 | 37 |
| Octal | 327 | 102 | 121 | 0 | 105 | 76 | 20 | 542 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1010001 | 0 | 1000101 | 111110 | 10000 | 101100010 | 1000001 | 110111 |
Color Harmonies of #D74251
Complementary color
Monochromatic Colors of #D74251
Black with #D74251
Text Example
Text Example
White with #D74251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74251; }
p { color: rgb(215,66,81); }
H1.HeaderClassName
{
color: #D74251;
}
.AnyTagClassName
{
color: #D74251;
}
</style>
background-color css
<style>
a { background-color: #D74251; }
a { background-color: rgb(215,66,81); }
div.DivClassName
{
background-color: #D74251;
}
.BgClassName
{
background-color: #D74251;
}
</style>
border-color css
<style>
span { border-color: #D74251; }
span { border-color: rgb(215,66,81); }
td.TdClassName
{
border-color: #D74251;
}
.TagClassName
{
border-color: #D74251;
}
</style>