Shades of Mandy #D94256
Tints of Mandy #D94256
RGB
CMYK
RGB Variations
Color information
#D94256 (or 0xD94256) is known color: Mandy. HEX triplet: D9, 42 and 56. RGB value is (217,66,86). Sum of RGB (Red+Green+Blue) = 217+66+86=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D94256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94256 is #26BDA9. Grayscale: #717171. Windows color (decimal): -2538922 or 5653209. OLE color: 5653209.
HSL color Cylindrical-coordinate representation of color #D94256: hue angle of 352.05º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94256 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 86 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.15 |
| HSL | 352.05º | 0.67% | 0.55% | - |
| HSV(B) | 352.05º | 0.7% | 0.85% | - |
| XYZ | 32.24 | 19.32 | 10.83 | - |
| YUV | 113.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 86 | 0 | 0.70 | 0.60 | 0.15 | 352.05 | 0.67 | 0.55 |
| Hex | D9 | 42 | 56 | 0 | 46 | 3C | F | 160 | 43 | 37 |
| Octal | 331 | 102 | 126 | 0 | 106 | 74 | 17 | 540 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1010110 | 0 | 1000110 | 111100 | 1111 | 101100000 | 1000011 | 110111 |
Color Harmonies of #D94256
Complementary color
Monochromatic Colors of #D94256
Black with #D94256
Text Example
Text Example
White with #D94256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94256; }
p { color: rgb(217,66,86); }
H1.HeaderClassName
{
color: #D94256;
}
.AnyTagClassName
{
color: #D94256;
}
</style>
background-color css
<style>
a { background-color: #D94256; }
a { background-color: rgb(217,66,86); }
div.DivClassName
{
background-color: #D94256;
}
.BgClassName
{
background-color: #D94256;
}
</style>
border-color css
<style>
span { border-color: #D94256; }
span { border-color: rgb(217,66,86); }
td.TdClassName
{
border-color: #D94256;
}
.TagClassName
{
border-color: #D94256;
}
</style>