Shades of Mandy #D15054
Tints of Mandy #D15054
RGB
CMYK
RGB Variations
Color information
#D15054 (or 0xD15054) is known color: Mandy. HEX triplet: D1, 50 and 54. RGB value is (209,80,84). Sum of RGB (Red+Green+Blue) = 209+80+84=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D15054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15054 is #2EAFAB. Grayscale: #777777. Windows color (decimal): -3059628 or 5525713. OLE color: 5525713.
HSL color Cylindrical-coordinate representation of color #D15054: hue angle of 358.14º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15054 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 84 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.18 |
| HSL | 358.14º | 0.58% | 0.57% | - |
| HSV(B) | 358.14º | 0.62% | 0.82% | - |
| XYZ | 30.76 | 19.93 | 10.61 | - |
| YUV | 119.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 84 | 0 | 0.62 | 0.60 | 0.18 | 358.14 | 0.58 | 0.57 |
| Hex | D1 | 50 | 54 | 0 | 3E | 3C | 12 | 166 | 3A | 39 |
| Octal | 321 | 120 | 124 | 0 | 76 | 74 | 22 | 546 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1010100 | 0 | 111110 | 111100 | 10010 | 101100110 | 111010 | 111001 |
Color Harmonies of #D15054
Complementary color
Monochromatic Colors of #D15054
Black with #D15054
Text Example
Text Example
White with #D15054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15054; }
p { color: rgb(209,80,84); }
H1.HeaderClassName
{
color: #D15054;
}
.AnyTagClassName
{
color: #D15054;
}
</style>
background-color css
<style>
a { background-color: #D15054; }
a { background-color: rgb(209,80,84); }
div.DivClassName
{
background-color: #D15054;
}
.BgClassName
{
background-color: #D15054;
}
</style>
border-color css
<style>
span { border-color: #D15054; }
span { border-color: rgb(209,80,84); }
td.TdClassName
{
border-color: #D15054;
}
.TagClassName
{
border-color: #D15054;
}
</style>