Shades of Mandy #D14453
Tints of Mandy #D14453
RGB
CMYK
RGB Variations
Color information
#D14453 (or 0xD14453) is known color: Mandy. HEX triplet: D1, 44 and 53. RGB value is (209,68,83). Sum of RGB (Red+Green+Blue) = 209+68+83=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D14453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14453 is #2EBBAC. Grayscale: #6F6F6F. Windows color (decimal): -3062701 or 5457105. OLE color: 5457105.
HSL color Cylindrical-coordinate representation of color #D14453: hue angle of 353.62º 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 #D14453 is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 83 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.18 |
| HSL | 353.62º | 0.61% | 0.54% | - |
| HSV(B) | 353.62º | 0.67% | 0.82% | - |
| XYZ | 29.92 | 18.31 | 10.14 | - |
| YUV | 111.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 83 | 0 | 0.67 | 0.60 | 0.18 | 353.62 | 0.61 | 0.54 |
| Hex | D1 | 44 | 53 | 0 | 43 | 3C | 12 | 162 | 3D | 36 |
| Octal | 321 | 104 | 123 | 0 | 103 | 74 | 22 | 542 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1010011 | 0 | 1000011 | 111100 | 10010 | 101100010 | 111101 | 110110 |
Color Harmonies of #D14453
Complementary color
Monochromatic Colors of #D14453
Black with #D14453
Text Example
Text Example
White with #D14453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14453; }
p { color: rgb(209,68,83); }
H1.HeaderClassName
{
color: #D14453;
}
.AnyTagClassName
{
color: #D14453;
}
</style>
background-color css
<style>
a { background-color: #D14453; }
a { background-color: rgb(209,68,83); }
div.DivClassName
{
background-color: #D14453;
}
.BgClassName
{
background-color: #D14453;
}
</style>
border-color css
<style>
span { border-color: #D14453; }
span { border-color: rgb(209,68,83); }
td.TdClassName
{
border-color: #D14453;
}
.TagClassName
{
border-color: #D14453;
}
</style>