Shades of Mandy #D04655
Tints of Mandy #D04655
RGB
CMYK
RGB Variations
Color information
#D04655 (or 0xD04655) is known color: Mandy. HEX triplet: D0, 46 and 55. RGB value is (208,70,85). Sum of RGB (Red+Green+Blue) = 208+70+85=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D04655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04655 is #2FB9AA. Grayscale: #717171. Windows color (decimal): -3127723 or 5588688. OLE color: 5588688.
HSL color Cylindrical-coordinate representation of color #D04655: hue angle of 353.48º 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 #D04655 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 85 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.18 |
| HSL | 353.48º | 0.59% | 0.55% | - |
| HSV(B) | 353.48º | 0.66% | 0.82% | - |
| XYZ | 29.84 | 18.45 | 10.58 | - |
| YUV | 112.97 | 112.22 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 85 | 0 | 0.66 | 0.59 | 0.18 | 353.48 | 0.59 | 0.55 |
| Hex | D0 | 46 | 55 | 0 | 42 | 3B | 12 | 161 | 3B | 37 |
| Octal | 320 | 106 | 125 | 0 | 102 | 73 | 22 | 541 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1010101 | 0 | 1000010 | 111011 | 10010 | 101100001 | 111011 | 110111 |
Color Harmonies of #D04655
Complementary color
Monochromatic Colors of #D04655
Black with #D04655
Text Example
Text Example
White with #D04655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04655; }
p { color: rgb(208,70,85); }
H1.HeaderClassName
{
color: #D04655;
}
.AnyTagClassName
{
color: #D04655;
}
</style>
background-color css
<style>
a { background-color: #D04655; }
a { background-color: rgb(208,70,85); }
div.DivClassName
{
background-color: #D04655;
}
.BgClassName
{
background-color: #D04655;
}
</style>
border-color css
<style>
span { border-color: #D04655; }
span { border-color: rgb(208,70,85); }
td.TdClassName
{
border-color: #D04655;
}
.TagClassName
{
border-color: #D04655;
}
</style>