Shades of Mandy #D94551
Tints of Mandy #D94551
RGB
CMYK
RGB Variations
Color information
#D94551 (or 0xD94551) is known color: Mandy. HEX triplet: D9, 45 and 51. RGB value is (217,69,81). Sum of RGB (Red+Green+Blue) = 217+69+81=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D94551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94551 is #26BAAE. Grayscale: #727272. Windows color (decimal): -2538159 or 5326297. OLE color: 5326297.
HSL color Cylindrical-coordinate representation of color #D94551: hue angle of 355.14º 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 #D94551 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 81 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.15 |
| HSL | 355.14º | 0.66% | 0.56% | - |
| HSV(B) | 355.14º | 0.68% | 0.85% | - |
| XYZ | 32.23 | 19.6 | 9.87 | - |
| YUV | 114.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 81 | 0 | 0.68 | 0.63 | 0.15 | 355.14 | 0.66 | 0.56 |
| Hex | D9 | 45 | 51 | 0 | 44 | 3F | F | 163 | 42 | 38 |
| Octal | 331 | 105 | 121 | 0 | 104 | 77 | 17 | 543 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1010001 | 0 | 1000100 | 111111 | 1111 | 101100011 | 1000010 | 111000 |
Color Harmonies of #D94551
Complementary color
Monochromatic Colors of #D94551
Black with #D94551
Text Example
Text Example
White with #D94551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94551; }
p { color: rgb(217,69,81); }
H1.HeaderClassName
{
color: #D94551;
}
.AnyTagClassName
{
color: #D94551;
}
</style>
background-color css
<style>
a { background-color: #D94551; }
a { background-color: rgb(217,69,81); }
div.DivClassName
{
background-color: #D94551;
}
.BgClassName
{
background-color: #D94551;
}
</style>
border-color css
<style>
span { border-color: #D94551; }
span { border-color: rgb(217,69,81); }
td.TdClassName
{
border-color: #D94551;
}
.TagClassName
{
border-color: #D94551;
}
</style>