Shades of Mandy #D05356
Tints of Mandy #D05356
RGB
CMYK
RGB Variations
Color information
#D05356 (or 0xD05356) is known color: Mandy. HEX triplet: D0, 53 and 56. RGB value is (208,83,86). Sum of RGB (Red+Green+Blue) = 208+83+86=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D05356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05356 is #2FACA9. Grayscale: #787878. Windows color (decimal): -3124394 or 5657552. OLE color: 5657552.
HSL color Cylindrical-coordinate representation of color #D05356: hue angle of 358.56º 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 #D05356 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 86 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.18 |
| HSL | 358.56º | 0.57% | 0.57% | - |
| HSV(B) | 358.56º | 0.6% | 0.82% | - |
| XYZ | 30.79 | 20.27 | 11.09 | - |
| YUV | 120.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 86 | 0 | 0.60 | 0.59 | 0.18 | 358.56 | 0.57 | 0.57 |
| Hex | D0 | 53 | 56 | 0 | 3C | 3B | 12 | 167 | 39 | 39 |
| Octal | 320 | 123 | 126 | 0 | 74 | 73 | 22 | 547 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1010110 | 0 | 111100 | 111011 | 10010 | 101100111 | 111001 | 111001 |
Color Harmonies of #D05356
Complementary color
Monochromatic Colors of #D05356
Black with #D05356
Text Example
Text Example
White with #D05356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05356; }
p { color: rgb(208,83,86); }
H1.HeaderClassName
{
color: #D05356;
}
.AnyTagClassName
{
color: #D05356;
}
</style>
background-color css
<style>
a { background-color: #D05356; }
a { background-color: rgb(208,83,86); }
div.DivClassName
{
background-color: #D05356;
}
.BgClassName
{
background-color: #D05356;
}
</style>
border-color css
<style>
span { border-color: #D05356; }
span { border-color: rgb(208,83,86); }
td.TdClassName
{
border-color: #D05356;
}
.TagClassName
{
border-color: #D05356;
}
</style>