Shades of Mandy #DC484A
Tints of Mandy #DC484A
RGB
CMYK
RGB Variations
Color information
#DC484A (or 0xDC484A) is known color: Mandy. HEX triplet: DC, 48 and 4A. RGB value is (220,72,74). Sum of RGB (Red+Green+Blue) = 220+72+74=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC484A is #23B7B5. Grayscale: #747474. Windows color (decimal): -2340790 or 4868316. OLE color: 4868316.
HSL color Cylindrical-coordinate representation of color #DC484A: hue angle of 359.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC484A is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 74 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.14 |
| HSL | 359.19º | 0.68% | 0.57% | - |
| HSV(B) | 359.19º | 0.67% | 0.86% | - |
| XYZ | 33.07 | 20.34 | 8.66 | - |
| YUV | 116.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 74 | 0 | 0.67 | 0.66 | 0.14 | 359.19 | 0.68 | 0.57 |
| Hex | DC | 48 | 4A | 0 | 43 | 42 | E | 167 | 44 | 39 |
| Octal | 334 | 110 | 112 | 0 | 103 | 102 | 16 | 547 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1001010 | 0 | 1000011 | 1000010 | 1110 | 101100111 | 1000100 | 111001 |
Color Harmonies of #DC484A
Complementary color
Monochromatic Colors of #DC484A
Black with #DC484A
Text Example
Text Example
White with #DC484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC484A; }
p { color: rgb(220,72,74); }
H1.HeaderClassName
{
color: #DC484A;
}
.AnyTagClassName
{
color: #DC484A;
}
</style>
background-color css
<style>
a { background-color: #DC484A; }
a { background-color: rgb(220,72,74); }
div.DivClassName
{
background-color: #DC484A;
}
.BgClassName
{
background-color: #DC484A;
}
</style>
border-color css
<style>
span { border-color: #DC484A; }
span { border-color: rgb(220,72,74); }
td.TdClassName
{
border-color: #DC484A;
}
.TagClassName
{
border-color: #DC484A;
}
</style>