Shades of Mandy #D14752
Tints of Mandy #D14752
RGB
CMYK
RGB Variations
Color information
#D14752 (or 0xD14752) is known color: Mandy. HEX triplet: D1, 47 and 52. RGB value is (209,71,82). Sum of RGB (Red+Green+Blue) = 209+71+82=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D14752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14752 is #2EB8AD. Grayscale: #717171. Windows color (decimal): -3061934 or 5392337. OLE color: 5392337.
HSL color Cylindrical-coordinate representation of color #D14752: hue angle of 355.22º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14752 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 82 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.18 |
| HSL | 355.22º | 0.6% | 0.55% | - |
| HSV(B) | 355.22º | 0.66% | 0.82% | - |
| XYZ | 30.07 | 18.67 | 10 | - |
| YUV | 113.52 | 110.22 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 82 | 0 | 0.66 | 0.61 | 0.18 | 355.22 | 0.6 | 0.55 |
| Hex | D1 | 47 | 52 | 0 | 42 | 3D | 12 | 163 | 3C | 37 |
| Octal | 321 | 107 | 122 | 0 | 102 | 75 | 22 | 543 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1010010 | 0 | 1000010 | 111101 | 10010 | 101100011 | 111100 | 110111 |
Color Harmonies of #D14752
Complementary color
Monochromatic Colors of #D14752
Black with #D14752
Text Example
Text Example
White with #D14752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14752; }
p { color: rgb(209,71,82); }
H1.HeaderClassName
{
color: #D14752;
}
.AnyTagClassName
{
color: #D14752;
}
</style>
background-color css
<style>
a { background-color: #D14752; }
a { background-color: rgb(209,71,82); }
div.DivClassName
{
background-color: #D14752;
}
.BgClassName
{
background-color: #D14752;
}
</style>
border-color css
<style>
span { border-color: #D14752; }
span { border-color: rgb(209,71,82); }
td.TdClassName
{
border-color: #D14752;
}
.TagClassName
{
border-color: #D14752;
}
</style>