Shades of Mandy #DC475B
Tints of Mandy #DC475B
RGB
CMYK
RGB Variations
Color information
#DC475B (or 0xDC475B) is known color: Mandy. HEX triplet: DC, 47 and 5B. RGB value is (220,71,91). Sum of RGB (Red+Green+Blue) = 220+71+91=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC475B is #23B8A4. Grayscale: #757575. Windows color (decimal): -2341029 or 5982172. OLE color: 5982172.
HSL color Cylindrical-coordinate representation of color #DC475B: hue angle of 351.95º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC475B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 91 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.14 |
| HSL | 351.95º | 0.68% | 0.57% | - |
| HSV(B) | 351.95º | 0.68% | 0.86% | - |
| XYZ | 33.66 | 20.48 | 12.08 | - |
| YUV | 117.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 91 | 0 | 0.68 | 0.59 | 0.14 | 351.95 | 0.68 | 0.57 |
| Hex | DC | 47 | 5B | 0 | 44 | 3B | E | 160 | 44 | 39 |
| Octal | 334 | 107 | 133 | 0 | 104 | 73 | 16 | 540 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1011011 | 0 | 1000100 | 111011 | 1110 | 101100000 | 1000100 | 111001 |
Color Harmonies of #DC475B
Complementary color
Monochromatic Colors of #DC475B
Black with #DC475B
Text Example
Text Example
White with #DC475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC475B; }
p { color: rgb(220,71,91); }
H1.HeaderClassName
{
color: #DC475B;
}
.AnyTagClassName
{
color: #DC475B;
}
</style>
background-color css
<style>
a { background-color: #DC475B; }
a { background-color: rgb(220,71,91); }
div.DivClassName
{
background-color: #DC475B;
}
.BgClassName
{
background-color: #DC475B;
}
</style>
border-color css
<style>
span { border-color: #DC475B; }
span { border-color: rgb(220,71,91); }
td.TdClassName
{
border-color: #DC475B;
}
.TagClassName
{
border-color: #DC475B;
}
</style>