Shades of Mandy #D05053
Tints of Mandy #D05053
RGB
CMYK
RGB Variations
Color information
#D05053 (or 0xD05053) is known color: Mandy. HEX triplet: D0, 50 and 53. RGB value is (208,80,83). Sum of RGB (Red+Green+Blue) = 208+80+83=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D05053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05053 is #2FAFAC. Grayscale: #767676. Windows color (decimal): -3125165 or 5460176. OLE color: 5460176.
HSL color Cylindrical-coordinate representation of color #D05053: hue angle of 358.59º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05053 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 83 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.18 |
| HSL | 358.59º | 0.58% | 0.56% | - |
| HSV(B) | 358.59º | 0.62% | 0.82% | - |
| XYZ | 30.44 | 19.77 | 10.4 | - |
| YUV | 118.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 83 | 0 | 0.62 | 0.60 | 0.18 | 358.59 | 0.58 | 0.56 |
| Hex | D0 | 50 | 53 | 0 | 3E | 3C | 12 | 167 | 3A | 38 |
| Octal | 320 | 120 | 123 | 0 | 76 | 74 | 22 | 547 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1010011 | 0 | 111110 | 111100 | 10010 | 101100111 | 111010 | 111000 |
Color Harmonies of #D05053
Complementary color
Monochromatic Colors of #D05053
Black with #D05053
Text Example
Text Example
White with #D05053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05053; }
p { color: rgb(208,80,83); }
H1.HeaderClassName
{
color: #D05053;
}
.AnyTagClassName
{
color: #D05053;
}
</style>
background-color css
<style>
a { background-color: #D05053; }
a { background-color: rgb(208,80,83); }
div.DivClassName
{
background-color: #D05053;
}
.BgClassName
{
background-color: #D05053;
}
</style>
border-color css
<style>
span { border-color: #D05053; }
span { border-color: rgb(208,80,83); }
td.TdClassName
{
border-color: #D05053;
}
.TagClassName
{
border-color: #D05053;
}
</style>