Shades of Mandy #D94357
Tints of Mandy #D94357
RGB
CMYK
RGB Variations
Color information
#D94357 (or 0xD94357) is known color: Mandy. HEX triplet: D9, 43 and 57. RGB value is (217,67,87). Sum of RGB (Red+Green+Blue) = 217+67+87=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D94357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94357 is #26BCA8. Grayscale: #727272. Windows color (decimal): -2538665 or 5719001. OLE color: 5719001.
HSL color Cylindrical-coordinate representation of color #D94357: hue angle of 352º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94357 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 67 | 87 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.15 |
| HSL | 352º | 0.66% | 0.56% | - |
| HSV(B) | 352º | 0.69% | 0.85% | - |
| XYZ | 32.34 | 19.45 | 11.07 | - |
| YUV | 114.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 67 | 87 | 0 | 0.69 | 0.60 | 0.15 | 352 | 0.66 | 0.56 |
| Hex | D9 | 43 | 57 | 0 | 45 | 3C | F | 160 | 42 | 38 |
| Octal | 331 | 103 | 127 | 0 | 105 | 74 | 17 | 540 | 102 | 70 |
| Binary | 11011001 | 1000011 | 1010111 | 0 | 1000101 | 111100 | 1111 | 101100000 | 1000010 | 111000 |
Color Harmonies of #D94357
Complementary color
Monochromatic Colors of #D94357
Black with #D94357
Text Example
Text Example
White with #D94357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94357; }
p { color: rgb(217,67,87); }
H1.HeaderClassName
{
color: #D94357;
}
.AnyTagClassName
{
color: #D94357;
}
</style>
background-color css
<style>
a { background-color: #D94357; }
a { background-color: rgb(217,67,87); }
div.DivClassName
{
background-color: #D94357;
}
.BgClassName
{
background-color: #D94357;
}
</style>
border-color css
<style>
span { border-color: #D94357; }
span { border-color: rgb(217,67,87); }
td.TdClassName
{
border-color: #D94357;
}
.TagClassName
{
border-color: #D94357;
}
</style>