Shades of Mandy #D04758
Tints of Mandy #D04758
RGB
CMYK
RGB Variations
Color information
#D04758 (or 0xD04758) is known color: Mandy. HEX triplet: D0, 47 and 58. RGB value is (208,71,88). Sum of RGB (Red+Green+Blue) = 208+71+88=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D04758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04758 is #2FB8A7. Grayscale: #717171. Windows color (decimal): -3127464 or 5785552. OLE color: 5785552.
HSL color Cylindrical-coordinate representation of color #D04758: hue angle of 352.55º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04758 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 88 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.18 |
| HSL | 352.55º | 0.59% | 0.55% | - |
| HSV(B) | 352.55º | 0.66% | 0.82% | - |
| XYZ | 30.03 | 18.62 | 11.24 | - |
| YUV | 113.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 88 | 0 | 0.66 | 0.58 | 0.18 | 352.55 | 0.59 | 0.55 |
| Hex | D0 | 47 | 58 | 0 | 42 | 3A | 12 | 161 | 3B | 37 |
| Octal | 320 | 107 | 130 | 0 | 102 | 72 | 22 | 541 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1011000 | 0 | 1000010 | 111010 | 10010 | 101100001 | 111011 | 110111 |
Color Harmonies of #D04758
Complementary color
Monochromatic Colors of #D04758
Black with #D04758
Text Example
Text Example
White with #D04758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04758; }
p { color: rgb(208,71,88); }
H1.HeaderClassName
{
color: #D04758;
}
.AnyTagClassName
{
color: #D04758;
}
</style>
background-color css
<style>
a { background-color: #D04758; }
a { background-color: rgb(208,71,88); }
div.DivClassName
{
background-color: #D04758;
}
.BgClassName
{
background-color: #D04758;
}
</style>
border-color css
<style>
span { border-color: #D04758; }
span { border-color: rgb(208,71,88); }
td.TdClassName
{
border-color: #D04758;
}
.TagClassName
{
border-color: #D04758;
}
</style>