Shades of Mandy #D14355
Tints of Mandy #D14355
RGB
CMYK
RGB Variations
Color information
#D14355 (or 0xD14355) is known color: Mandy. HEX triplet: D1, 43 and 55. RGB value is (209,67,85). Sum of RGB (Red+Green+Blue) = 209+67+85=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D14355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14355 is #2EBCAA. Grayscale: #6F6F6F. Windows color (decimal): -3062955 or 5587921. OLE color: 5587921.
HSL color Cylindrical-coordinate representation of color #D14355: hue angle of 352.39º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14355 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 85 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.18 |
| HSL | 352.39º | 0.61% | 0.54% | - |
| HSV(B) | 352.39º | 0.68% | 0.82% | - |
| XYZ | 29.94 | 18.23 | 10.53 | - |
| YUV | 111.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 85 | 0 | 0.68 | 0.59 | 0.18 | 352.39 | 0.61 | 0.54 |
| Hex | D1 | 43 | 55 | 0 | 44 | 3B | 12 | 160 | 3D | 36 |
| Octal | 321 | 103 | 125 | 0 | 104 | 73 | 22 | 540 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1010101 | 0 | 1000100 | 111011 | 10010 | 101100000 | 111101 | 110110 |
Color Harmonies of #D14355
Complementary color
Monochromatic Colors of #D14355
Black with #D14355
Text Example
Text Example
White with #D14355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14355; }
p { color: rgb(209,67,85); }
H1.HeaderClassName
{
color: #D14355;
}
.AnyTagClassName
{
color: #D14355;
}
</style>
background-color css
<style>
a { background-color: #D14355; }
a { background-color: rgb(209,67,85); }
div.DivClassName
{
background-color: #D14355;
}
.BgClassName
{
background-color: #D14355;
}
</style>
border-color css
<style>
span { border-color: #D14355; }
span { border-color: rgb(209,67,85); }
td.TdClassName
{
border-color: #D14355;
}
.TagClassName
{
border-color: #D14355;
}
</style>