Shades of Mandy #D94052
Tints of Mandy #D94052
RGB
CMYK
RGB Variations
Color information
#D94052 (or 0xD94052) is known color: Mandy. HEX triplet: D9, 40 and 52. RGB value is (217,64,82). Sum of RGB (Red+Green+Blue) = 217+64+82=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D94052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94052 is #26BFAD. Grayscale: #6F6F6F. Windows color (decimal): -2539438 or 5390553. OLE color: 5390553.
HSL color Cylindrical-coordinate representation of color #D94052: hue angle of 352.94º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94052 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 82 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.15 |
| HSL | 352.94º | 0.67% | 0.55% | - |
| HSV(B) | 352.94º | 0.71% | 0.85% | - |
| XYZ | 31.97 | 19.03 | 9.97 | - |
| YUV | 111.8 | 111.19 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 82 | 0 | 0.71 | 0.62 | 0.15 | 352.94 | 0.67 | 0.55 |
| Hex | D9 | 40 | 52 | 0 | 47 | 3E | F | 161 | 43 | 37 |
| Octal | 331 | 100 | 122 | 0 | 107 | 76 | 17 | 541 | 103 | 67 |
| Binary | 11011001 | 1000000 | 1010010 | 0 | 1000111 | 111110 | 1111 | 101100001 | 1000011 | 110111 |
Color Harmonies of #D94052
Complementary color
Monochromatic Colors of #D94052
Black with #D94052
Text Example
Text Example
White with #D94052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94052; }
p { color: rgb(217,64,82); }
H1.HeaderClassName
{
color: #D94052;
}
.AnyTagClassName
{
color: #D94052;
}
</style>
background-color css
<style>
a { background-color: #D94052; }
a { background-color: rgb(217,64,82); }
div.DivClassName
{
background-color: #D94052;
}
.BgClassName
{
background-color: #D94052;
}
</style>
border-color css
<style>
span { border-color: #D94052; }
span { border-color: rgb(217,64,82); }
td.TdClassName
{
border-color: #D94052;
}
.TagClassName
{
border-color: #D94052;
}
</style>