Shades of Mandy #DC445D
Tints of Mandy #DC445D
RGB
CMYK
RGB Variations
Color information
#DC445D (or 0xDC445D) is known color: Mandy. HEX triplet: DC, 44 and 5D. RGB value is (220,68,93). Sum of RGB (Red+Green+Blue) = 220+68+93=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC445D is #23BBA2. Grayscale: #747474. Windows color (decimal): -2341795 or 6112476. OLE color: 6112476.
HSL color Cylindrical-coordinate representation of color #DC445D: hue angle of 350.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC445D is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 93 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.14 |
| HSL | 350.13º | 0.68% | 0.56% | - |
| HSV(B) | 350.13º | 0.69% | 0.86% | - |
| XYZ | 33.56 | 20.14 | 12.47 | - |
| YUV | 116.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 93 | 0 | 0.69 | 0.58 | 0.14 | 350.13 | 0.68 | 0.56 |
| Hex | DC | 44 | 5D | 0 | 45 | 3A | E | 15E | 44 | 38 |
| Octal | 334 | 104 | 135 | 0 | 105 | 72 | 16 | 536 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1011101 | 0 | 1000101 | 111010 | 1110 | 101011110 | 1000100 | 111000 |
Color Harmonies of #DC445D
Complementary color
Monochromatic Colors of #DC445D
Black with #DC445D
Text Example
Text Example
White with #DC445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC445D; }
p { color: rgb(220,68,93); }
H1.HeaderClassName
{
color: #DC445D;
}
.AnyTagClassName
{
color: #DC445D;
}
</style>
background-color css
<style>
a { background-color: #DC445D; }
a { background-color: rgb(220,68,93); }
div.DivClassName
{
background-color: #DC445D;
}
.BgClassName
{
background-color: #DC445D;
}
</style>
border-color css
<style>
span { border-color: #DC445D; }
span { border-color: rgb(220,68,93); }
td.TdClassName
{
border-color: #DC445D;
}
.TagClassName
{
border-color: #DC445D;
}
</style>