Shades of Mandy #D14158
Tints of Mandy #D14158
RGB
CMYK
RGB Variations
Color information
#D14158 (or 0xD14158) is known color: Mandy. HEX triplet: D1, 41 and 58. RGB value is (209,65,88). Sum of RGB (Red+Green+Blue) = 209+65+88=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D14158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14158 is #2EBEA7. Grayscale: #6E6E6E. Windows color (decimal): -3063464 or 5784017. OLE color: 5784017.
HSL color Cylindrical-coordinate representation of color #D14158: hue angle of 350.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14158 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 88 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.18 |
| HSL | 350.42º | 0.61% | 0.54% | - |
| HSV(B) | 350.42º | 0.69% | 0.82% | - |
| XYZ | 29.95 | 18.04 | 11.14 | - |
| YUV | 110.68 | 115.21 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 88 | 0 | 0.69 | 0.58 | 0.18 | 350.42 | 0.61 | 0.54 |
| Hex | D1 | 41 | 58 | 0 | 45 | 3A | 12 | 15E | 3D | 36 |
| Octal | 321 | 101 | 130 | 0 | 105 | 72 | 22 | 536 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1011000 | 0 | 1000101 | 111010 | 10010 | 101011110 | 111101 | 110110 |
Color Harmonies of #D14158
Complementary color
Monochromatic Colors of #D14158
Black with #D14158
Text Example
Text Example
White with #D14158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14158; }
p { color: rgb(209,65,88); }
H1.HeaderClassName
{
color: #D14158;
}
.AnyTagClassName
{
color: #D14158;
}
</style>
background-color css
<style>
a { background-color: #D14158; }
a { background-color: rgb(209,65,88); }
div.DivClassName
{
background-color: #D14158;
}
.BgClassName
{
background-color: #D14158;
}
</style>
border-color css
<style>
span { border-color: #D14158; }
span { border-color: rgb(209,65,88); }
td.TdClassName
{
border-color: #D14158;
}
.TagClassName
{
border-color: #D14158;
}
</style>