Shades of Mandy #D94452
Tints of Mandy #D94452
RGB
CMYK
RGB Variations
Color information
#D94452 (or 0xD94452) is known color: Mandy. HEX triplet: D9, 44 and 52. RGB value is (217,68,82). Sum of RGB (Red+Green+Blue) = 217+68+82=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D94452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94452 is #26BBAD. Grayscale: #727272. Windows color (decimal): -2538414 or 5391577. OLE color: 5391577.
HSL color Cylindrical-coordinate representation of color #D94452: hue angle of 354.36º 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 #D94452 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 68 | 82 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.15 |
| HSL | 354.36º | 0.66% | 0.56% | - |
| HSV(B) | 354.36º | 0.69% | 0.85% | - |
| XYZ | 32.21 | 19.5 | 10.05 | - |
| YUV | 114.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 68 | 82 | 0 | 0.69 | 0.62 | 0.15 | 354.36 | 0.66 | 0.56 |
| Hex | D9 | 44 | 52 | 0 | 45 | 3E | F | 162 | 42 | 38 |
| Octal | 331 | 104 | 122 | 0 | 105 | 76 | 17 | 542 | 102 | 70 |
| Binary | 11011001 | 1000100 | 1010010 | 0 | 1000101 | 111110 | 1111 | 101100010 | 1000010 | 111000 |
Color Harmonies of #D94452
Complementary color
Monochromatic Colors of #D94452
Black with #D94452
Text Example
Text Example
White with #D94452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94452; }
p { color: rgb(217,68,82); }
H1.HeaderClassName
{
color: #D94452;
}
.AnyTagClassName
{
color: #D94452;
}
</style>
background-color css
<style>
a { background-color: #D94452; }
a { background-color: rgb(217,68,82); }
div.DivClassName
{
background-color: #D94452;
}
.BgClassName
{
background-color: #D94452;
}
</style>
border-color css
<style>
span { border-color: #D94452; }
span { border-color: rgb(217,68,82); }
td.TdClassName
{
border-color: #D94452;
}
.TagClassName
{
border-color: #D94452;
}
</style>