Shades of Mandy #D0474D
Tints of Mandy #D0474D
RGB
CMYK
RGB Variations
Color information
#D0474D (or 0xD0474D) is known color: Mandy. HEX triplet: D0, 47 and 4D. RGB value is (208,71,77). Sum of RGB (Red+Green+Blue) = 208+71+77=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0474D is #2FB8B2. Grayscale: #707070. Windows color (decimal): -3127475 or 5064656. OLE color: 5064656.
HSL color Cylindrical-coordinate representation of color #D0474D: hue angle of 357.37º 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 #D0474D is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 77 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.18 |
| HSL | 357.37º | 0.59% | 0.55% | - |
| HSV(B) | 357.37º | 0.66% | 0.82% | - |
| XYZ | 29.61 | 18.45 | 9.02 | - |
| YUV | 112.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 77 | 0 | 0.66 | 0.63 | 0.18 | 357.37 | 0.59 | 0.55 |
| Hex | D0 | 47 | 4D | 0 | 42 | 3F | 12 | 165 | 3B | 37 |
| Octal | 320 | 107 | 115 | 0 | 102 | 77 | 22 | 545 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1001101 | 0 | 1000010 | 111111 | 10010 | 101100101 | 111011 | 110111 |
Color Harmonies of #D0474D
Complementary color
Monochromatic Colors of #D0474D
Black with #D0474D
Text Example
Text Example
White with #D0474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0474D; }
p { color: rgb(208,71,77); }
H1.HeaderClassName
{
color: #D0474D;
}
.AnyTagClassName
{
color: #D0474D;
}
</style>
background-color css
<style>
a { background-color: #D0474D; }
a { background-color: rgb(208,71,77); }
div.DivClassName
{
background-color: #D0474D;
}
.BgClassName
{
background-color: #D0474D;
}
</style>
border-color css
<style>
span { border-color: #D0474D; }
span { border-color: rgb(208,71,77); }
td.TdClassName
{
border-color: #D0474D;
}
.TagClassName
{
border-color: #D0474D;
}
</style>