Shades of Mandy #DC4658
Tints of Mandy #DC4658
RGB
CMYK
RGB Variations
Color information
#DC4658 (or 0xDC4658) is known color: Mandy. HEX triplet: DC, 46 and 58. RGB value is (220,70,88). Sum of RGB (Red+Green+Blue) = 220+70+88=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4658 is #23B9A7. Grayscale: #747474. Windows color (decimal): -2341288 or 5785308. OLE color: 5785308.
HSL color Cylindrical-coordinate representation of color #DC4658: hue angle of 352.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4658 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 88 | - |
| CMYK | 0 | 0.68 | 0.6 | 0.14 |
| HSL | 352.8º | 0.68% | 0.57% | - |
| HSV(B) | 352.8º | 0.68% | 0.86% | - |
| XYZ | 33.47 | 20.3 | 11.39 | - |
| YUV | 116.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 88 | 0 | 0.68 | 0.6 | 0.14 | 352.8 | 0.68 | 0.57 |
| Hex | DC | 46 | 58 | 0 | 44 | 3C | E | 161 | 44 | 39 |
| Octal | 334 | 106 | 130 | 0 | 104 | 74 | 16 | 541 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1011000 | 0 | 1000100 | 111100 | 1110 | 101100001 | 1000100 | 111001 |
Color Harmonies of #DC4658
Complementary color
Monochromatic Colors of #DC4658
Black with #DC4658
Text Example
Text Example
White with #DC4658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4658; }
p { color: rgb(220,70,88); }
H1.HeaderClassName
{
color: #DC4658;
}
.AnyTagClassName
{
color: #DC4658;
}
</style>
background-color css
<style>
a { background-color: #DC4658; }
a { background-color: rgb(220,70,88); }
div.DivClassName
{
background-color: #DC4658;
}
.BgClassName
{
background-color: #DC4658;
}
</style>
border-color css
<style>
span { border-color: #DC4658; }
span { border-color: rgb(220,70,88); }
td.TdClassName
{
border-color: #DC4658;
}
.TagClassName
{
border-color: #DC4658;
}
</style>