Shades of Mandy #D94748
Tints of Mandy #D94748
RGB
CMYK
RGB Variations
Color information
#D94748 (or 0xD94748) is known color: Mandy. HEX triplet: D9, 47 and 48. RGB value is (217,71,72). Sum of RGB (Red+Green+Blue) = 217+71+72=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D94748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94748 is #26B8B7. Grayscale: #727272. Windows color (decimal): -2537656 or 4736985. OLE color: 4736985.
HSL color Cylindrical-coordinate representation of color #D94748: 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.67%. Process color model (Four color, CMYK) of #D94748 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 72 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.15 |
| HSL | 359.59º | 0.66% | 0.56% | - |
| HSV(B) | 359.59º | 0.67% | 0.85% | - |
| XYZ | 32.04 | 19.73 | 8.25 | - |
| YUV | 114.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 72 | 0 | 0.67 | 0.67 | 0.15 | 359.59 | 0.66 | 0.56 |
| Hex | D9 | 47 | 48 | 0 | 43 | 43 | F | 168 | 42 | 38 |
| Octal | 331 | 107 | 110 | 0 | 103 | 103 | 17 | 550 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1001000 | 0 | 1000011 | 1000011 | 1111 | 101101000 | 1000010 | 111000 |
Color Harmonies of #D94748
Complementary color
Monochromatic Colors of #D94748
Black with #D94748
Text Example
Text Example
White with #D94748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94748; }
p { color: rgb(217,71,72); }
H1.HeaderClassName
{
color: #D94748;
}
.AnyTagClassName
{
color: #D94748;
}
</style>
background-color css
<style>
a { background-color: #D94748; }
a { background-color: rgb(217,71,72); }
div.DivClassName
{
background-color: #D94748;
}
.BgClassName
{
background-color: #D94748;
}
</style>
border-color css
<style>
span { border-color: #D94748; }
span { border-color: rgb(217,71,72); }
td.TdClassName
{
border-color: #D94748;
}
.TagClassName
{
border-color: #D94748;
}
</style>