Shades of Mandy #D14452
Tints of Mandy #D14452
RGB
CMYK
RGB Variations
Color information
#D14452 (or 0xD14452) is known color: Mandy. HEX triplet: D1, 44 and 52. RGB value is (209,68,82). Sum of RGB (Red+Green+Blue) = 209+68+82=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D14452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14452 is #2EBBAD. Grayscale: #6F6F6F. Windows color (decimal): -3062702 or 5391569. OLE color: 5391569.
HSL color Cylindrical-coordinate representation of color #D14452: hue angle of 354.04º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14452 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 82 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.18 |
| HSL | 354.04º | 0.61% | 0.54% | - |
| HSV(B) | 354.04º | 0.67% | 0.82% | - |
| XYZ | 29.88 | 18.3 | 9.94 | - |
| YUV | 111.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 82 | 0 | 0.67 | 0.61 | 0.18 | 354.04 | 0.61 | 0.54 |
| Hex | D1 | 44 | 52 | 0 | 43 | 3D | 12 | 162 | 3D | 36 |
| Octal | 321 | 104 | 122 | 0 | 103 | 75 | 22 | 542 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1010010 | 0 | 1000011 | 111101 | 10010 | 101100010 | 111101 | 110110 |
Color Harmonies of #D14452
Complementary color
Monochromatic Colors of #D14452
Black with #D14452
Text Example
Text Example
White with #D14452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14452; }
p { color: rgb(209,68,82); }
H1.HeaderClassName
{
color: #D14452;
}
.AnyTagClassName
{
color: #D14452;
}
</style>
background-color css
<style>
a { background-color: #D14452; }
a { background-color: rgb(209,68,82); }
div.DivClassName
{
background-color: #D14452;
}
.BgClassName
{
background-color: #D14452;
}
</style>
border-color css
<style>
span { border-color: #D14452; }
span { border-color: rgb(209,68,82); }
td.TdClassName
{
border-color: #D14452;
}
.TagClassName
{
border-color: #D14452;
}
</style>