Shades of Mandy #D0474E
Tints of Mandy #D0474E
RGB
CMYK
RGB Variations
Color information
#D0474E (or 0xD0474E) is known color: Mandy. HEX triplet: D0, 47 and 4E. RGB value is (208,71,78). Sum of RGB (Red+Green+Blue) = 208+71+78=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0474E is #2FB8B1. Grayscale: #707070. Windows color (decimal): -3127474 or 5130192. OLE color: 5130192.
HSL color Cylindrical-coordinate representation of color #D0474E: hue angle of 356.93º 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 #D0474E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 78 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.18 |
| HSL | 356.93º | 0.59% | 0.55% | - |
| HSV(B) | 356.93º | 0.66% | 0.82% | - |
| XYZ | 29.64 | 18.47 | 9.21 | - |
| YUV | 112.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 78 | 0 | 0.66 | 0.62 | 0.18 | 356.93 | 0.59 | 0.55 |
| Hex | D0 | 47 | 4E | 0 | 42 | 3E | 12 | 165 | 3B | 37 |
| Octal | 320 | 107 | 116 | 0 | 102 | 76 | 22 | 545 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1001110 | 0 | 1000010 | 111110 | 10010 | 101100101 | 111011 | 110111 |
Color Harmonies of #D0474E
Complementary color
Monochromatic Colors of #D0474E
Black with #D0474E
Text Example
Text Example
White with #D0474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0474E; }
p { color: rgb(208,71,78); }
H1.HeaderClassName
{
color: #D0474E;
}
.AnyTagClassName
{
color: #D0474E;
}
</style>
background-color css
<style>
a { background-color: #D0474E; }
a { background-color: rgb(208,71,78); }
div.DivClassName
{
background-color: #D0474E;
}
.BgClassName
{
background-color: #D0474E;
}
</style>
border-color css
<style>
span { border-color: #D0474E; }
span { border-color: rgb(208,71,78); }
td.TdClassName
{
border-color: #D0474E;
}
.TagClassName
{
border-color: #D0474E;
}
</style>