Shades of Mandy #D94552
Tints of Mandy #D94552
RGB
CMYK
RGB Variations
Color information
#D94552 (or 0xD94552) is known color: Mandy. HEX triplet: D9, 45 and 52. RGB value is (217,69,82). Sum of RGB (Red+Green+Blue) = 217+69+82=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D94552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94552 is #26BAAD. Grayscale: #727272. Windows color (decimal): -2538158 or 5391833. OLE color: 5391833.
HSL color Cylindrical-coordinate representation of color #D94552: hue angle of 354.73º 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 #D94552 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 69 | 82 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.15 |
| HSL | 354.73º | 0.66% | 0.56% | - |
| HSV(B) | 354.73º | 0.68% | 0.85% | - |
| XYZ | 32.27 | 19.62 | 10.07 | - |
| YUV | 114.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 69 | 82 | 0 | 0.68 | 0.62 | 0.15 | 354.73 | 0.66 | 0.56 |
| Hex | D9 | 45 | 52 | 0 | 44 | 3E | F | 163 | 42 | 38 |
| Octal | 331 | 105 | 122 | 0 | 104 | 76 | 17 | 543 | 102 | 70 |
| Binary | 11011001 | 1000101 | 1010010 | 0 | 1000100 | 111110 | 1111 | 101100011 | 1000010 | 111000 |
Color Harmonies of #D94552
Complementary color
Monochromatic Colors of #D94552
Black with #D94552
Text Example
Text Example
White with #D94552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94552; }
p { color: rgb(217,69,82); }
H1.HeaderClassName
{
color: #D94552;
}
.AnyTagClassName
{
color: #D94552;
}
</style>
background-color css
<style>
a { background-color: #D94552; }
a { background-color: rgb(217,69,82); }
div.DivClassName
{
background-color: #D94552;
}
.BgClassName
{
background-color: #D94552;
}
</style>
border-color css
<style>
span { border-color: #D94552; }
span { border-color: rgb(217,69,82); }
td.TdClassName
{
border-color: #D94552;
}
.TagClassName
{
border-color: #D94552;
}
</style>