Shades of Mandy #D94647
Tints of Mandy #D94647
RGB
CMYK
RGB Variations
Color information
#D94647 (or 0xD94647) is known color: Mandy. HEX triplet: D9, 46 and 47. RGB value is (217,70,71). Sum of RGB (Red+Green+Blue) = 217+70+71=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D94647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94647 is #26B9B8. Grayscale: #727272. Windows color (decimal): -2537913 or 4671193. OLE color: 4671193.
HSL color Cylindrical-coordinate representation of color #D94647: hue angle of 359.59º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94647 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 71 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.15 |
| HSL | 359.59º | 0.66% | 0.56% | - |
| HSV(B) | 359.59º | 0.68% | 0.85% | - |
| XYZ | 31.94 | 19.59 | 8.06 | - |
| YUV | 114.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 71 | 0 | 0.68 | 0.67 | 0.15 | 359.59 | 0.66 | 0.56 |
| Hex | D9 | 46 | 47 | 0 | 44 | 43 | F | 168 | 42 | 38 |
| Octal | 331 | 106 | 107 | 0 | 104 | 103 | 17 | 550 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1000111 | 0 | 1000100 | 1000011 | 1111 | 101101000 | 1000010 | 111000 |
Color Harmonies of #D94647
Complementary color
Monochromatic Colors of #D94647
Black with #D94647
Text Example
Text Example
White with #D94647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94647; }
p { color: rgb(217,70,71); }
H1.HeaderClassName
{
color: #D94647;
}
.AnyTagClassName
{
color: #D94647;
}
</style>
background-color css
<style>
a { background-color: #D94647; }
a { background-color: rgb(217,70,71); }
div.DivClassName
{
background-color: #D94647;
}
.BgClassName
{
background-color: #D94647;
}
</style>
border-color css
<style>
span { border-color: #D94647; }
span { border-color: rgb(217,70,71); }
td.TdClassName
{
border-color: #D94647;
}
.TagClassName
{
border-color: #D94647;
}
</style>