Shades of Mandy #D9424E
Tints of Mandy #D9424E
RGB
CMYK
RGB Variations
Color information
#D9424E (or 0xD9424E) is known color: Mandy. HEX triplet: D9, 42 and 4E. RGB value is (217,66,78). Sum of RGB (Red+Green+Blue) = 217+66+78=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9424E is #26BDB1. Grayscale: #707070. Windows color (decimal): -2538930 or 5128921. OLE color: 5128921.
HSL color Cylindrical-coordinate representation of color #D9424E: hue angle of 355.23º 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 #D9424E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 78 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.15 |
| HSL | 355.23º | 0.67% | 0.55% | - |
| HSV(B) | 355.23º | 0.7% | 0.85% | - |
| XYZ | 31.94 | 19.2 | 9.23 | - |
| YUV | 112.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 78 | 0 | 0.70 | 0.64 | 0.15 | 355.23 | 0.67 | 0.55 |
| Hex | D9 | 42 | 4E | 0 | 46 | 40 | F | 163 | 43 | 37 |
| Octal | 331 | 102 | 116 | 0 | 106 | 100 | 17 | 543 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1001110 | 0 | 1000110 | 1000000 | 1111 | 101100011 | 1000011 | 110111 |
Color Harmonies of #D9424E
Complementary color
Monochromatic Colors of #D9424E
Black with #D9424E
Text Example
Text Example
White with #D9424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9424E; }
p { color: rgb(217,66,78); }
H1.HeaderClassName
{
color: #D9424E;
}
.AnyTagClassName
{
color: #D9424E;
}
</style>
background-color css
<style>
a { background-color: #D9424E; }
a { background-color: rgb(217,66,78); }
div.DivClassName
{
background-color: #D9424E;
}
.BgClassName
{
background-color: #D9424E;
}
</style>
border-color css
<style>
span { border-color: #D9424E; }
span { border-color: rgb(217,66,78); }
td.TdClassName
{
border-color: #D9424E;
}
.TagClassName
{
border-color: #D9424E;
}
</style>