Shades of Mandy #D14652
Tints of Mandy #D14652
RGB
CMYK
RGB Variations
Color information
#D14652 (or 0xD14652) is known color: Mandy. HEX triplet: D1, 46 and 52. RGB value is (209,70,82). Sum of RGB (Red+Green+Blue) = 209+70+82=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D14652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14652 is #2EB9AD. Grayscale: #717171. Windows color (decimal): -3062190 or 5392081. OLE color: 5392081.
HSL color Cylindrical-coordinate representation of color #D14652: hue angle of 354.82º 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 #D14652 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.18 |
| HSL | 354.82º | 0.6% | 0.55% | - |
| HSV(B) | 354.82º | 0.67% | 0.82% | - |
| XYZ | 30.01 | 18.54 | 9.98 | - |
| YUV | 112.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 82 | 0 | 0.67 | 0.61 | 0.18 | 354.82 | 0.6 | 0.55 |
| Hex | D1 | 46 | 52 | 0 | 43 | 3D | 12 | 163 | 3C | 37 |
| Octal | 321 | 106 | 122 | 0 | 103 | 75 | 22 | 543 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1010010 | 0 | 1000011 | 111101 | 10010 | 101100011 | 111100 | 110111 |
Color Harmonies of #D14652
Complementary color
Monochromatic Colors of #D14652
Black with #D14652
Text Example
Text Example
White with #D14652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14652; }
p { color: rgb(209,70,82); }
H1.HeaderClassName
{
color: #D14652;
}
.AnyTagClassName
{
color: #D14652;
}
</style>
background-color css
<style>
a { background-color: #D14652; }
a { background-color: rgb(209,70,82); }
div.DivClassName
{
background-color: #D14652;
}
.BgClassName
{
background-color: #D14652;
}
</style>
border-color css
<style>
span { border-color: #D14652; }
span { border-color: rgb(209,70,82); }
td.TdClassName
{
border-color: #D14652;
}
.TagClassName
{
border-color: #D14652;
}
</style>