Shades of Mandy #D94649
Tints of Mandy #D94649
RGB
CMYK
RGB Variations
Color information
#D94649 (or 0xD94649) is known color: Mandy. HEX triplet: D9, 46 and 49. RGB value is (217,70,73). Sum of RGB (Red+Green+Blue) = 217+70+73=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D94649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94649 is #26B9B6. Grayscale: #727272. Windows color (decimal): -2537911 or 4802265. OLE color: 4802265.
HSL color Cylindrical-coordinate representation of color #D94649: hue angle of 358.78º 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 #D94649 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 73 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.15 |
| HSL | 358.78º | 0.66% | 0.56% | - |
| HSV(B) | 358.78º | 0.68% | 0.85% | - |
| XYZ | 32.01 | 19.61 | 8.4 | - |
| YUV | 114.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 73 | 0 | 0.68 | 0.66 | 0.15 | 358.78 | 0.66 | 0.56 |
| Hex | D9 | 46 | 49 | 0 | 44 | 42 | F | 167 | 42 | 38 |
| Octal | 331 | 106 | 111 | 0 | 104 | 102 | 17 | 547 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1001001 | 0 | 1000100 | 1000010 | 1111 | 101100111 | 1000010 | 111000 |
Color Harmonies of #D94649
Complementary color
Monochromatic Colors of #D94649
Black with #D94649
Text Example
Text Example
White with #D94649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94649; }
p { color: rgb(217,70,73); }
H1.HeaderClassName
{
color: #D94649;
}
.AnyTagClassName
{
color: #D94649;
}
</style>
background-color css
<style>
a { background-color: #D94649; }
a { background-color: rgb(217,70,73); }
div.DivClassName
{
background-color: #D94649;
}
.BgClassName
{
background-color: #D94649;
}
</style>
border-color css
<style>
span { border-color: #D94649; }
span { border-color: rgb(217,70,73); }
td.TdClassName
{
border-color: #D94649;
}
.TagClassName
{
border-color: #D94649;
}
</style>