Shades of Mandy #D05054
Tints of Mandy #D05054
RGB
CMYK
RGB Variations
Color information
#D05054 (or 0xD05054) is known color: Mandy. HEX triplet: D0, 50 and 54. RGB value is (208,80,84). Sum of RGB (Red+Green+Blue) = 208+80+84=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D05054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05054 is #2FAFAB. Grayscale: #767676. Windows color (decimal): -3125164 or 5525712. OLE color: 5525712.
HSL color Cylindrical-coordinate representation of color #D05054: hue angle of 358.12º 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 #D05054 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 84 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.18 |
| HSL | 358.13º | 0.58% | 0.56% | - |
| HSV(B) | 358.13º | 0.62% | 0.82% | - |
| XYZ | 30.48 | 19.79 | 10.6 | - |
| YUV | 118.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 84 | 0 | 0.62 | 0.60 | 0.18 | 358.13 | 0.58 | 0.56 |
| Hex | D0 | 50 | 54 | 0 | 3E | 3C | 12 | 166 | 3A | 38 |
| Octal | 320 | 120 | 124 | 0 | 76 | 74 | 22 | 546 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1010100 | 0 | 111110 | 111100 | 10010 | 101100110 | 111010 | 111000 |
Color Harmonies of #D05054
Complementary color
Monochromatic Colors of #D05054
Black with #D05054
Text Example
Text Example
White with #D05054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05054; }
p { color: rgb(208,80,84); }
H1.HeaderClassName
{
color: #D05054;
}
.AnyTagClassName
{
color: #D05054;
}
</style>
background-color css
<style>
a { background-color: #D05054; }
a { background-color: rgb(208,80,84); }
div.DivClassName
{
background-color: #D05054;
}
.BgClassName
{
background-color: #D05054;
}
</style>
border-color css
<style>
span { border-color: #D05054; }
span { border-color: rgb(208,80,84); }
td.TdClassName
{
border-color: #D05054;
}
.TagClassName
{
border-color: #D05054;
}
</style>