Shades of Mandy #DC485A
Tints of Mandy #DC485A
RGB
CMYK
RGB Variations
Color information
#DC485A (or 0xDC485A) is known color: Mandy. HEX triplet: DC, 48 and 5A. RGB value is (220,72,90). Sum of RGB (Red+Green+Blue) = 220+72+90=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC485A is #23B7A5. Grayscale: #767676. Windows color (decimal): -2340774 or 5916892. OLE color: 5916892.
HSL color Cylindrical-coordinate representation of color #DC485A: hue angle of 352.7º 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 #DC485A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 90 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.14 |
| HSL | 352.7º | 0.68% | 0.57% | - |
| HSV(B) | 352.7º | 0.67% | 0.86% | - |
| XYZ | 33.68 | 20.59 | 11.87 | - |
| YUV | 118.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 90 | 0 | 0.67 | 0.59 | 0.14 | 352.7 | 0.68 | 0.57 |
| Hex | DC | 48 | 5A | 0 | 43 | 3B | E | 161 | 44 | 39 |
| Octal | 334 | 110 | 132 | 0 | 103 | 73 | 16 | 541 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1011010 | 0 | 1000011 | 111011 | 1110 | 101100001 | 1000100 | 111001 |
Color Harmonies of #DC485A
Complementary color
Monochromatic Colors of #DC485A
Black with #DC485A
Text Example
Text Example
White with #DC485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC485A; }
p { color: rgb(220,72,90); }
H1.HeaderClassName
{
color: #DC485A;
}
.AnyTagClassName
{
color: #DC485A;
}
</style>
background-color css
<style>
a { background-color: #DC485A; }
a { background-color: rgb(220,72,90); }
div.DivClassName
{
background-color: #DC485A;
}
.BgClassName
{
background-color: #DC485A;
}
</style>
border-color css
<style>
span { border-color: #DC485A; }
span { border-color: rgb(220,72,90); }
td.TdClassName
{
border-color: #DC485A;
}
.TagClassName
{
border-color: #DC485A;
}
</style>