Shades of Mandy #D14349
Tints of Mandy #D14349
RGB
CMYK
RGB Variations
Color information
#D14349 (or 0xD14349) is known color: Mandy. HEX triplet: D1, 43 and 49. RGB value is (209,67,73). Sum of RGB (Red+Green+Blue) = 209+67+73=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D14349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14349 is #2EBCB6. Grayscale: #6E6E6E. Windows color (decimal): -3062967 or 4801489. OLE color: 4801489.
HSL color Cylindrical-coordinate representation of color #D14349: hue angle of 357.46º 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 #D14349 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 73 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.18 |
| HSL | 357.46º | 0.61% | 0.54% | - |
| HSV(B) | 357.46º | 0.68% | 0.82% | - |
| XYZ | 29.5 | 18.05 | 8.23 | - |
| YUV | 110.14 | 107.04 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 73 | 0 | 0.68 | 0.65 | 0.18 | 357.46 | 0.61 | 0.54 |
| Hex | D1 | 43 | 49 | 0 | 44 | 41 | 12 | 165 | 3D | 36 |
| Octal | 321 | 103 | 111 | 0 | 104 | 101 | 22 | 545 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1001001 | 0 | 1000100 | 1000001 | 10010 | 101100101 | 111101 | 110110 |
Color Harmonies of #D14349
Complementary color
Monochromatic Colors of #D14349
Black with #D14349
Text Example
Text Example
White with #D14349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14349; }
p { color: rgb(209,67,73); }
H1.HeaderClassName
{
color: #D14349;
}
.AnyTagClassName
{
color: #D14349;
}
</style>
background-color css
<style>
a { background-color: #D14349; }
a { background-color: rgb(209,67,73); }
div.DivClassName
{
background-color: #D14349;
}
.BgClassName
{
background-color: #D14349;
}
</style>
border-color css
<style>
span { border-color: #D14349; }
span { border-color: rgb(209,67,73); }
td.TdClassName
{
border-color: #D14349;
}
.TagClassName
{
border-color: #D14349;
}
</style>