Shades of Mandy #D7414E
Tints of Mandy #D7414E
RGB
CMYK
RGB Variations
Color information
#D7414E (or 0xD7414E) is known color: Mandy. HEX triplet: D7, 41 and 4E. RGB value is (215,65,78). Sum of RGB (Red+Green+Blue) = 215+65+78=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7414E is #28BEB1. Grayscale: #6F6F6F. Windows color (decimal): -2670258 or 5128663. OLE color: 5128663.
HSL color Cylindrical-coordinate representation of color #D7414E: hue angle of 354.8º 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 #D7414E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 78 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.16 |
| HSL | 354.8º | 0.65% | 0.55% | - |
| HSV(B) | 354.8º | 0.7% | 0.84% | - |
| XYZ | 31.29 | 18.78 | 9.18 | - |
| YUV | 111.33 | 109.2 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 78 | 0 | 0.70 | 0.64 | 0.16 | 354.8 | 0.65 | 0.55 |
| Hex | D7 | 41 | 4E | 0 | 46 | 40 | 10 | 163 | 41 | 37 |
| Octal | 327 | 101 | 116 | 0 | 106 | 100 | 20 | 543 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1001110 | 0 | 1000110 | 1000000 | 10000 | 101100011 | 1000001 | 110111 |
Color Harmonies of #D7414E
Complementary color
Monochromatic Colors of #D7414E
Black with #D7414E
Text Example
Text Example
White with #D7414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7414E; }
p { color: rgb(215,65,78); }
H1.HeaderClassName
{
color: #D7414E;
}
.AnyTagClassName
{
color: #D7414E;
}
</style>
background-color css
<style>
a { background-color: #D7414E; }
a { background-color: rgb(215,65,78); }
div.DivClassName
{
background-color: #D7414E;
}
.BgClassName
{
background-color: #D7414E;
}
</style>
border-color css
<style>
span { border-color: #D7414E; }
span { border-color: rgb(215,65,78); }
td.TdClassName
{
border-color: #D7414E;
}
.TagClassName
{
border-color: #D7414E;
}
</style>