Shades of Mandy #DC474A
Tints of Mandy #DC474A
RGB
CMYK
RGB Variations
Color information
#DC474A (or 0xDC474A) is known color: Mandy. HEX triplet: DC, 47 and 4A. RGB value is (220,71,74). Sum of RGB (Red+Green+Blue) = 220+71+74=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC474A is #23B8B5. Grayscale: #747474. Windows color (decimal): -2341046 or 4868060. OLE color: 4868060.
HSL color Cylindrical-coordinate representation of color #DC474A: hue angle of 358.79º 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 #DC474A is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 74 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.14 |
| HSL | 358.79º | 0.68% | 0.57% | - |
| HSV(B) | 358.79º | 0.68% | 0.86% | - |
| XYZ | 33 | 20.22 | 8.64 | - |
| YUV | 115.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 74 | 0 | 0.68 | 0.66 | 0.14 | 358.79 | 0.68 | 0.57 |
| Hex | DC | 47 | 4A | 0 | 44 | 42 | E | 167 | 44 | 39 |
| Octal | 334 | 107 | 112 | 0 | 104 | 102 | 16 | 547 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1001010 | 0 | 1000100 | 1000010 | 1110 | 101100111 | 1000100 | 111001 |
Color Harmonies of #DC474A
Complementary color
Monochromatic Colors of #DC474A
Black with #DC474A
Text Example
Text Example
White with #DC474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC474A; }
p { color: rgb(220,71,74); }
H1.HeaderClassName
{
color: #DC474A;
}
.AnyTagClassName
{
color: #DC474A;
}
</style>
background-color css
<style>
a { background-color: #DC474A; }
a { background-color: rgb(220,71,74); }
div.DivClassName
{
background-color: #DC474A;
}
.BgClassName
{
background-color: #DC474A;
}
</style>
border-color css
<style>
span { border-color: #DC474A; }
span { border-color: rgb(220,71,74); }
td.TdClassName
{
border-color: #DC474A;
}
.TagClassName
{
border-color: #DC474A;
}
</style>