Shades of Mandy #D14648
Tints of Mandy #D14648
RGB
CMYK
RGB Variations
Color information
#D14648 (or 0xD14648) is known color: Mandy. HEX triplet: D1, 46 and 48. RGB value is (209,70,72). Sum of RGB (Red+Green+Blue) = 209+70+72=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D14648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14648 is #2EB9B7. Grayscale: #6F6F6F. Windows color (decimal): -3062200 or 4736721. OLE color: 4736721.
HSL color Cylindrical-coordinate representation of color #D14648: hue angle of 359.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14648 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 72 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.18 |
| HSL | 359.14º | 0.6% | 0.55% | - |
| HSV(B) | 359.14º | 0.67% | 0.82% | - |
| XYZ | 29.65 | 18.4 | 8.12 | - |
| YUV | 111.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 72 | 0 | 0.67 | 0.66 | 0.18 | 359.14 | 0.6 | 0.55 |
| Hex | D1 | 46 | 48 | 0 | 43 | 42 | 12 | 167 | 3C | 37 |
| Octal | 321 | 106 | 110 | 0 | 103 | 102 | 22 | 547 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1001000 | 0 | 1000011 | 1000010 | 10010 | 101100111 | 111100 | 110111 |
Color Harmonies of #D14648
Complementary color
Monochromatic Colors of #D14648
Black with #D14648
Text Example
Text Example
White with #D14648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14648; }
p { color: rgb(209,70,72); }
H1.HeaderClassName
{
color: #D14648;
}
.AnyTagClassName
{
color: #D14648;
}
</style>
background-color css
<style>
a { background-color: #D14648; }
a { background-color: rgb(209,70,72); }
div.DivClassName
{
background-color: #D14648;
}
.BgClassName
{
background-color: #D14648;
}
</style>
border-color css
<style>
span { border-color: #D14648; }
span { border-color: rgb(209,70,72); }
td.TdClassName
{
border-color: #D14648;
}
.TagClassName
{
border-color: #D14648;
}
</style>