Shades of Mandy #D04650
Tints of Mandy #D04650
RGB
CMYK
RGB Variations
Color information
#D04650 (or 0xD04650) is known color: Mandy. HEX triplet: D0, 46 and 50. RGB value is (208,70,80). Sum of RGB (Red+Green+Blue) = 208+70+80=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04650 is #2FB9AF. Grayscale: #707070. Windows color (decimal): -3127728 or 5261008. OLE color: 5261008.
HSL color Cylindrical-coordinate representation of color #D04650: hue angle of 355.65º 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 #D04650 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 80 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.18 |
| HSL | 355.65º | 0.59% | 0.55% | - |
| HSV(B) | 355.65º | 0.66% | 0.82% | - |
| XYZ | 29.65 | 18.37 | 9.57 | - |
| YUV | 112.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 80 | 0 | 0.66 | 0.62 | 0.18 | 355.65 | 0.59 | 0.55 |
| Hex | D0 | 46 | 50 | 0 | 42 | 3E | 12 | 164 | 3B | 37 |
| Octal | 320 | 106 | 120 | 0 | 102 | 76 | 22 | 544 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1010000 | 0 | 1000010 | 111110 | 10010 | 101100100 | 111011 | 110111 |
Color Harmonies of #D04650
Complementary color
Monochromatic Colors of #D04650
Black with #D04650
Text Example
Text Example
White with #D04650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04650; }
p { color: rgb(208,70,80); }
H1.HeaderClassName
{
color: #D04650;
}
.AnyTagClassName
{
color: #D04650;
}
</style>
background-color css
<style>
a { background-color: #D04650; }
a { background-color: rgb(208,70,80); }
div.DivClassName
{
background-color: #D04650;
}
.BgClassName
{
background-color: #D04650;
}
</style>
border-color css
<style>
span { border-color: #D04650; }
span { border-color: rgb(208,70,80); }
td.TdClassName
{
border-color: #D04650;
}
.TagClassName
{
border-color: #D04650;
}
</style>