Shades of Mandy #D14058
Tints of Mandy #D14058
RGB
CMYK
RGB Variations
Color information
#D14058 (or 0xD14058) is known color: Mandy. HEX triplet: D1, 40 and 58. RGB value is (209,64,88). Sum of RGB (Red+Green+Blue) = 209+64+88=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D14058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14058 is #2EBFA7. Grayscale: #6E6E6E. Windows color (decimal): -3063720 or 5783761. OLE color: 5783761.
HSL color Cylindrical-coordinate representation of color #D14058: hue angle of 350.07º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14058 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 88 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.18 |
| HSL | 350.07º | 0.61% | 0.54% | - |
| HSV(B) | 350.07º | 0.69% | 0.82% | - |
| XYZ | 29.89 | 17.93 | 11.12 | - |
| YUV | 110.09 | 115.54 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 88 | 0 | 0.69 | 0.58 | 0.18 | 350.07 | 0.61 | 0.54 |
| Hex | D1 | 40 | 58 | 0 | 45 | 3A | 12 | 15E | 3D | 36 |
| Octal | 321 | 100 | 130 | 0 | 105 | 72 | 22 | 536 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1011000 | 0 | 1000101 | 111010 | 10010 | 101011110 | 111101 | 110110 |
Color Harmonies of #D14058
Complementary color
Monochromatic Colors of #D14058
Black with #D14058
Text Example
Text Example
White with #D14058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14058; }
p { color: rgb(209,64,88); }
H1.HeaderClassName
{
color: #D14058;
}
.AnyTagClassName
{
color: #D14058;
}
</style>
background-color css
<style>
a { background-color: #D14058; }
a { background-color: rgb(209,64,88); }
div.DivClassName
{
background-color: #D14058;
}
.BgClassName
{
background-color: #D14058;
}
</style>
border-color css
<style>
span { border-color: #D14058; }
span { border-color: rgb(209,64,88); }
td.TdClassName
{
border-color: #D14058;
}
.TagClassName
{
border-color: #D14058;
}
</style>