Shades of Mandy #D05156
Tints of Mandy #D05156
RGB
CMYK
RGB Variations
Color information
#D05156 (or 0xD05156) is known color: Mandy. HEX triplet: D0, 51 and 56. RGB value is (208,81,86). Sum of RGB (Red+Green+Blue) = 208+81+86=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D05156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05156 is #2FAEA9. Grayscale: #777777. Windows color (decimal): -3124906 or 5657040. OLE color: 5657040.
HSL color Cylindrical-coordinate representation of color #D05156: hue angle of 357.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05156 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 86 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.18 |
| HSL | 357.64º | 0.57% | 0.57% | - |
| HSV(B) | 357.64º | 0.61% | 0.82% | - |
| XYZ | 30.63 | 19.97 | 11.04 | - |
| YUV | 119.54 | 109.08 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 86 | 0 | 0.61 | 0.59 | 0.18 | 357.64 | 0.57 | 0.57 |
| Hex | D0 | 51 | 56 | 0 | 3D | 3B | 12 | 166 | 39 | 39 |
| Octal | 320 | 121 | 126 | 0 | 75 | 73 | 22 | 546 | 71 | 71 |
| Binary | 11010000 | 1010001 | 1010110 | 0 | 111101 | 111011 | 10010 | 101100110 | 111001 | 111001 |
Color Harmonies of #D05156
Complementary color
Monochromatic Colors of #D05156
Black with #D05156
Text Example
Text Example
White with #D05156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05156; }
p { color: rgb(208,81,86); }
H1.HeaderClassName
{
color: #D05156;
}
.AnyTagClassName
{
color: #D05156;
}
</style>
background-color css
<style>
a { background-color: #D05156; }
a { background-color: rgb(208,81,86); }
div.DivClassName
{
background-color: #D05156;
}
.BgClassName
{
background-color: #D05156;
}
</style>
border-color css
<style>
span { border-color: #D05156; }
span { border-color: rgb(208,81,86); }
td.TdClassName
{
border-color: #D05156;
}
.TagClassName
{
border-color: #D05156;
}
</style>