Shades of Mandy #D14354
Tints of Mandy #D14354
RGB
CMYK
RGB Variations
Color information
#D14354 (or 0xD14354) is known color: Mandy. HEX triplet: D1, 43 and 54. RGB value is (209,67,84). Sum of RGB (Red+Green+Blue) = 209+67+84=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D14354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14354 is #2EBCAB. Grayscale: #6F6F6F. Windows color (decimal): -3062956 or 5522385. OLE color: 5522385.
HSL color Cylindrical-coordinate representation of color #D14354: hue angle of 352.82º 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 #D14354 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 84 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.18 |
| HSL | 352.82º | 0.61% | 0.54% | - |
| HSV(B) | 352.82º | 0.68% | 0.82% | - |
| XYZ | 29.9 | 18.21 | 10.33 | - |
| YUV | 111.4 | 112.54 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 84 | 0 | 0.68 | 0.60 | 0.18 | 352.82 | 0.61 | 0.54 |
| Hex | D1 | 43 | 54 | 0 | 44 | 3C | 12 | 161 | 3D | 36 |
| Octal | 321 | 103 | 124 | 0 | 104 | 74 | 22 | 541 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1010100 | 0 | 1000100 | 111100 | 10010 | 101100001 | 111101 | 110110 |
Color Harmonies of #D14354
Complementary color
Monochromatic Colors of #D14354
Black with #D14354
Text Example
Text Example
White with #D14354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14354; }
p { color: rgb(209,67,84); }
H1.HeaderClassName
{
color: #D14354;
}
.AnyTagClassName
{
color: #D14354;
}
</style>
background-color css
<style>
a { background-color: #D14354; }
a { background-color: rgb(209,67,84); }
div.DivClassName
{
background-color: #D14354;
}
.BgClassName
{
background-color: #D14354;
}
</style>
border-color css
<style>
span { border-color: #D14354; }
span { border-color: rgb(209,67,84); }
td.TdClassName
{
border-color: #D14354;
}
.TagClassName
{
border-color: #D14354;
}
</style>