Shades of Mandy #D15053
Tints of Mandy #D15053
RGB
CMYK
RGB Variations
Color information
#D15053 (or 0xD15053) is known color: Mandy. HEX triplet: D1, 50 and 53. RGB value is (209,80,83). Sum of RGB (Red+Green+Blue) = 209+80+83=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D15053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15053 is #2EAFAC. Grayscale: #777777. Windows color (decimal): -3059629 or 5460177. OLE color: 5460177.
HSL color Cylindrical-coordinate representation of color #D15053: hue angle of 358.6º 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 #D15053 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 83 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.18 |
| HSL | 358.6º | 0.58% | 0.57% | - |
| HSV(B) | 358.6º | 0.62% | 0.82% | - |
| XYZ | 30.72 | 19.92 | 10.41 | - |
| YUV | 118.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 83 | 0 | 0.62 | 0.60 | 0.18 | 358.6 | 0.58 | 0.57 |
| Hex | D1 | 50 | 53 | 0 | 3E | 3C | 12 | 167 | 3A | 39 |
| Octal | 321 | 120 | 123 | 0 | 76 | 74 | 22 | 547 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1010011 | 0 | 111110 | 111100 | 10010 | 101100111 | 111010 | 111001 |
Color Harmonies of #D15053
Complementary color
Monochromatic Colors of #D15053
Black with #D15053
Text Example
Text Example
White with #D15053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15053; }
p { color: rgb(209,80,83); }
H1.HeaderClassName
{
color: #D15053;
}
.AnyTagClassName
{
color: #D15053;
}
</style>
background-color css
<style>
a { background-color: #D15053; }
a { background-color: rgb(209,80,83); }
div.DivClassName
{
background-color: #D15053;
}
.BgClassName
{
background-color: #D15053;
}
</style>
border-color css
<style>
span { border-color: #D15053; }
span { border-color: rgb(209,80,83); }
td.TdClassName
{
border-color: #D15053;
}
.TagClassName
{
border-color: #D15053;
}
</style>