Shades of Mandy #D14658
Tints of Mandy #D14658
RGB
CMYK
RGB Variations
Color information
#D14658 (or 0xD14658) is known color: Mandy. HEX triplet: D1, 46 and 58. RGB value is (209,70,88). Sum of RGB (Red+Green+Blue) = 209+70+88=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D14658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14658 is #2EB9A7. Grayscale: #717171. Windows color (decimal): -3062184 or 5785297. OLE color: 5785297.
HSL color Cylindrical-coordinate representation of color #D14658: hue angle of 352.23º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14658 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 88 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.18 |
| HSL | 352.23º | 0.6% | 0.55% | - |
| HSV(B) | 352.23º | 0.67% | 0.82% | - |
| XYZ | 30.25 | 18.64 | 11.24 | - |
| YUV | 113.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 88 | 0 | 0.67 | 0.58 | 0.18 | 352.23 | 0.6 | 0.55 |
| Hex | D1 | 46 | 58 | 0 | 43 | 3A | 12 | 160 | 3C | 37 |
| Octal | 321 | 106 | 130 | 0 | 103 | 72 | 22 | 540 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1011000 | 0 | 1000011 | 111010 | 10010 | 101100000 | 111100 | 110111 |
Color Harmonies of #D14658
Complementary color
Monochromatic Colors of #D14658
Black with #D14658
Text Example
Text Example
White with #D14658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14658; }
p { color: rgb(209,70,88); }
H1.HeaderClassName
{
color: #D14658;
}
.AnyTagClassName
{
color: #D14658;
}
</style>
background-color css
<style>
a { background-color: #D14658; }
a { background-color: rgb(209,70,88); }
div.DivClassName
{
background-color: #D14658;
}
.BgClassName
{
background-color: #D14658;
}
</style>
border-color css
<style>
span { border-color: #D14658; }
span { border-color: rgb(209,70,88); }
td.TdClassName
{
border-color: #D14658;
}
.TagClassName
{
border-color: #D14658;
}
</style>