Shades of Mandy #DC484D
Tints of Mandy #DC484D
RGB
CMYK
RGB Variations
Color information
#DC484D (or 0xDC484D) is known color: Mandy. HEX triplet: DC, 48 and 4D. RGB value is (220,72,77). Sum of RGB (Red+Green+Blue) = 220+72+77=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC484D is #23B7B2. Grayscale: #747474. Windows color (decimal): -2340787 or 5064924. OLE color: 5064924.
HSL color Cylindrical-coordinate representation of color #DC484D: hue angle of 357.97º 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 #DC484D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 77 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.14 |
| HSL | 357.97º | 0.68% | 0.57% | - |
| HSV(B) | 357.97º | 0.67% | 0.86% | - |
| XYZ | 33.17 | 20.39 | 9.21 | - |
| YUV | 116.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 77 | 0 | 0.67 | 0.65 | 0.14 | 357.97 | 0.68 | 0.57 |
| Hex | DC | 48 | 4D | 0 | 43 | 41 | E | 166 | 44 | 39 |
| Octal | 334 | 110 | 115 | 0 | 103 | 101 | 16 | 546 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1001101 | 0 | 1000011 | 1000001 | 1110 | 101100110 | 1000100 | 111001 |
Color Harmonies of #DC484D
Complementary color
Monochromatic Colors of #DC484D
Black with #DC484D
Text Example
Text Example
White with #DC484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC484D; }
p { color: rgb(220,72,77); }
H1.HeaderClassName
{
color: #DC484D;
}
.AnyTagClassName
{
color: #DC484D;
}
</style>
background-color css
<style>
a { background-color: #DC484D; }
a { background-color: rgb(220,72,77); }
div.DivClassName
{
background-color: #DC484D;
}
.BgClassName
{
background-color: #DC484D;
}
</style>
border-color css
<style>
span { border-color: #DC484D; }
span { border-color: rgb(220,72,77); }
td.TdClassName
{
border-color: #DC484D;
}
.TagClassName
{
border-color: #DC484D;
}
</style>