Shades of Mandy #D04958
Tints of Mandy #D04958
RGB
CMYK
RGB Variations
Color information
#D04958 (or 0xD04958) is known color: Mandy. HEX triplet: D0, 49 and 58. RGB value is (208,73,88). Sum of RGB (Red+Green+Blue) = 208+73+88=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D04958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04958 is #2FB6A7. Grayscale: #737373. Windows color (decimal): -3126952 or 5786064. OLE color: 5786064.
HSL color Cylindrical-coordinate representation of color #D04958: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04958 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 88 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.18 |
| HSL | 353.33º | 0.59% | 0.55% | - |
| HSV(B) | 353.33º | 0.65% | 0.82% | - |
| XYZ | 30.16 | 18.88 | 11.29 | - |
| YUV | 115.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 88 | 0 | 0.65 | 0.58 | 0.18 | 353.33 | 0.59 | 0.55 |
| Hex | D0 | 49 | 58 | 0 | 41 | 3A | 12 | 161 | 3B | 37 |
| Octal | 320 | 111 | 130 | 0 | 101 | 72 | 22 | 541 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1011000 | 0 | 1000001 | 111010 | 10010 | 101100001 | 111011 | 110111 |
Color Harmonies of #D04958
Complementary color
Monochromatic Colors of #D04958
Black with #D04958
Text Example
Text Example
White with #D04958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04958; }
p { color: rgb(208,73,88); }
H1.HeaderClassName
{
color: #D04958;
}
.AnyTagClassName
{
color: #D04958;
}
</style>
background-color css
<style>
a { background-color: #D04958; }
a { background-color: rgb(208,73,88); }
div.DivClassName
{
background-color: #D04958;
}
.BgClassName
{
background-color: #D04958;
}
</style>
border-color css
<style>
span { border-color: #D04958; }
span { border-color: rgb(208,73,88); }
td.TdClassName
{
border-color: #D04958;
}
.TagClassName
{
border-color: #D04958;
}
</style>