Shades of Mandy #D14B4F
Tints of Mandy #D14B4F
RGB
CMYK
RGB Variations
Color information
#D14B4F (or 0xD14B4F) is known color: Mandy. HEX triplet: D1, 4B and 4F. RGB value is (209,75,79). Sum of RGB (Red+Green+Blue) = 209+75+79=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14B4F is #2EB4B0. Grayscale: #737373. Windows color (decimal): -3060913 or 5196753. OLE color: 5196753.
HSL color Cylindrical-coordinate representation of color #D14B4F: hue angle of 358.21º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14B4F is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 79 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.18 |
| HSL | 358.21º | 0.59% | 0.56% | - |
| HSV(B) | 358.21º | 0.64% | 0.82% | - |
| XYZ | 30.22 | 19.15 | 9.5 | - |
| YUV | 115.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 79 | 0 | 0.64 | 0.62 | 0.18 | 358.21 | 0.59 | 0.56 |
| Hex | D1 | 4B | 4F | 0 | 40 | 3E | 12 | 166 | 3B | 38 |
| Octal | 321 | 113 | 117 | 0 | 100 | 76 | 22 | 546 | 73 | 70 |
| Binary | 11010001 | 1001011 | 1001111 | 0 | 1000000 | 111110 | 10010 | 101100110 | 111011 | 111000 |
Color Harmonies of #D14B4F
Complementary color
Monochromatic Colors of #D14B4F
Black with #D14B4F
Text Example
Text Example
White with #D14B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B4F; }
p { color: rgb(209,75,79); }
H1.HeaderClassName
{
color: #D14B4F;
}
.AnyTagClassName
{
color: #D14B4F;
}
</style>
background-color css
<style>
a { background-color: #D14B4F; }
a { background-color: rgb(209,75,79); }
div.DivClassName
{
background-color: #D14B4F;
}
.BgClassName
{
background-color: #D14B4F;
}
</style>
border-color css
<style>
span { border-color: #D14B4F; }
span { border-color: rgb(209,75,79); }
td.TdClassName
{
border-color: #D14B4F;
}
.TagClassName
{
border-color: #D14B4F;
}
</style>