Shades of Mandy #D05058
Tints of Mandy #D05058
RGB
CMYK
RGB Variations
Color information
#D05058 (or 0xD05058) is known color: Mandy. HEX triplet: D0, 50 and 58. RGB value is (208,80,88). Sum of RGB (Red+Green+Blue) = 208+80+88=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D05058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05058 is #2FAFA7. Grayscale: #777777. Windows color (decimal): -3125160 or 5787856. OLE color: 5787856.
HSL color Cylindrical-coordinate representation of color #D05058: hue angle of 356.25º 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 #D05058 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 88 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.18 |
| HSL | 356.25º | 0.58% | 0.56% | - |
| HSV(B) | 356.25º | 0.62% | 0.82% | - |
| XYZ | 30.64 | 19.85 | 11.45 | - |
| YUV | 119.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 88 | 0 | 0.62 | 0.58 | 0.18 | 356.25 | 0.58 | 0.56 |
| Hex | D0 | 50 | 58 | 0 | 3E | 3A | 12 | 164 | 3A | 38 |
| Octal | 320 | 120 | 130 | 0 | 76 | 72 | 22 | 544 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1011000 | 0 | 111110 | 111010 | 10010 | 101100100 | 111010 | 111000 |
Color Harmonies of #D05058
Complementary color
Monochromatic Colors of #D05058
Black with #D05058
Text Example
Text Example
White with #D05058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05058; }
p { color: rgb(208,80,88); }
H1.HeaderClassName
{
color: #D05058;
}
.AnyTagClassName
{
color: #D05058;
}
</style>
background-color css
<style>
a { background-color: #D05058; }
a { background-color: rgb(208,80,88); }
div.DivClassName
{
background-color: #D05058;
}
.BgClassName
{
background-color: #D05058;
}
</style>
border-color css
<style>
span { border-color: #D05058; }
span { border-color: rgb(208,80,88); }
td.TdClassName
{
border-color: #D05058;
}
.TagClassName
{
border-color: #D05058;
}
</style>