Shades of Mandy #D05360
Tints of Mandy #D05360
RGB
CMYK
RGB Variations
Color information
#D05360 (or 0xD05360) is known color: Mandy. HEX triplet: D0, 53 and 60. RGB value is (208,83,96). Sum of RGB (Red+Green+Blue) = 208+83+96=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D05360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05360 is #2FAC9F. Grayscale: #797979. Windows color (decimal): -3124384 or 6312912. OLE color: 6312912.
HSL color Cylindrical-coordinate representation of color #D05360: hue angle of 353.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05360 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 96 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.18 |
| HSL | 353.76º | 0.57% | 0.57% | - |
| HSV(B) | 353.76º | 0.6% | 0.82% | - |
| XYZ | 31.22 | 20.44 | 13.37 | - |
| YUV | 121.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 96 | 0 | 0.60 | 0.54 | 0.18 | 353.76 | 0.57 | 0.57 |
| Hex | D0 | 53 | 60 | 0 | 3C | 36 | 12 | 162 | 39 | 39 |
| Octal | 320 | 123 | 140 | 0 | 74 | 66 | 22 | 542 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1100000 | 0 | 111100 | 110110 | 10010 | 101100010 | 111001 | 111001 |
Color Harmonies of #D05360
Complementary color
Monochromatic Colors of #D05360
Black with #D05360
Text Example
Text Example
White with #D05360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05360; }
p { color: rgb(208,83,96); }
H1.HeaderClassName
{
color: #D05360;
}
.AnyTagClassName
{
color: #D05360;
}
</style>
background-color css
<style>
a { background-color: #D05360; }
a { background-color: rgb(208,83,96); }
div.DivClassName
{
background-color: #D05360;
}
.BgClassName
{
background-color: #D05360;
}
</style>
border-color css
<style>
span { border-color: #D05360; }
span { border-color: rgb(208,83,96); }
td.TdClassName
{
border-color: #D05360;
}
.TagClassName
{
border-color: #D05360;
}
</style>