Shades of Mandy #D14552
Tints of Mandy #D14552
RGB
CMYK
RGB Variations
Color information
#D14552 (or 0xD14552) is known color: Mandy. HEX triplet: D1, 45 and 52. RGB value is (209,69,82). Sum of RGB (Red+Green+Blue) = 209+69+82=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D14552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14552 is #2EBAAD. Grayscale: #707070. Windows color (decimal): -3062446 or 5391825. OLE color: 5391825.
HSL color Cylindrical-coordinate representation of color #D14552: hue angle of 354.43º 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 #D14552 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.18 |
| HSL | 354.43º | 0.6% | 0.55% | - |
| HSV(B) | 354.43º | 0.67% | 0.82% | - |
| XYZ | 29.95 | 18.42 | 9.96 | - |
| YUV | 112.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 82 | 0 | 0.67 | 0.61 | 0.18 | 354.43 | 0.6 | 0.55 |
| Hex | D1 | 45 | 52 | 0 | 43 | 3D | 12 | 162 | 3C | 37 |
| Octal | 321 | 105 | 122 | 0 | 103 | 75 | 22 | 542 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1010010 | 0 | 1000011 | 111101 | 10010 | 101100010 | 111100 | 110111 |
Color Harmonies of #D14552
Complementary color
Monochromatic Colors of #D14552
Black with #D14552
Text Example
Text Example
White with #D14552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14552; }
p { color: rgb(209,69,82); }
H1.HeaderClassName
{
color: #D14552;
}
.AnyTagClassName
{
color: #D14552;
}
</style>
background-color css
<style>
a { background-color: #D14552; }
a { background-color: rgb(209,69,82); }
div.DivClassName
{
background-color: #D14552;
}
.BgClassName
{
background-color: #D14552;
}
</style>
border-color css
<style>
span { border-color: #D14552; }
span { border-color: rgb(209,69,82); }
td.TdClassName
{
border-color: #D14552;
}
.TagClassName
{
border-color: #D14552;
}
</style>