Shades of Mandy #DC4553
Tints of Mandy #DC4553
RGB
CMYK
RGB Variations
Color information
#DC4553 (or 0xDC4553) is known color: Mandy. HEX triplet: DC, 45 and 53. RGB value is (220,69,83). Sum of RGB (Red+Green+Blue) = 220+69+83=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4553 is #23BAAC. Grayscale: #737373. Windows color (decimal): -2341549 or 5457372. OLE color: 5457372.
HSL color Cylindrical-coordinate representation of color #DC4553: hue angle of 354.44º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4553 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 83 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.14 |
| HSL | 354.44º | 0.68% | 0.57% | - |
| HSV(B) | 354.44º | 0.69% | 0.86% | - |
| XYZ | 33.2 | 20.1 | 10.31 | - |
| YUV | 115.75 | 109.53 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 83 | 0 | 0.69 | 0.62 | 0.14 | 354.44 | 0.68 | 0.57 |
| Hex | DC | 45 | 53 | 0 | 45 | 3E | E | 162 | 44 | 39 |
| Octal | 334 | 105 | 123 | 0 | 105 | 76 | 16 | 542 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1010011 | 0 | 1000101 | 111110 | 1110 | 101100010 | 1000100 | 111001 |
Color Harmonies of #DC4553
Complementary color
Monochromatic Colors of #DC4553
Black with #DC4553
Text Example
Text Example
White with #DC4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4553; }
p { color: rgb(220,69,83); }
H1.HeaderClassName
{
color: #DC4553;
}
.AnyTagClassName
{
color: #DC4553;
}
</style>
background-color css
<style>
a { background-color: #DC4553; }
a { background-color: rgb(220,69,83); }
div.DivClassName
{
background-color: #DC4553;
}
.BgClassName
{
background-color: #DC4553;
}
</style>
border-color css
<style>
span { border-color: #DC4553; }
span { border-color: rgb(220,69,83); }
td.TdClassName
{
border-color: #DC4553;
}
.TagClassName
{
border-color: #DC4553;
}
</style>