Shades of Mandy #DC434E
Tints of Mandy #DC434E
RGB
CMYK
RGB Variations
Color information
#DC434E (or 0xDC434E) is known color: Mandy. HEX triplet: DC, 43 and 4E. RGB value is (220,67,78). Sum of RGB (Red+Green+Blue) = 220+67+78=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC434E is #23BCB1. Grayscale: #727272. Windows color (decimal): -2342066 or 5129180. OLE color: 5129180.
HSL color Cylindrical-coordinate representation of color #DC434E: hue angle of 355.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC434E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 78 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.14 |
| HSL | 355.69º | 0.69% | 0.56% | - |
| HSV(B) | 355.69º | 0.7% | 0.86% | - |
| XYZ | 32.9 | 19.78 | 9.29 | - |
| YUV | 114 | 107.69 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 78 | 0 | 0.70 | 0.65 | 0.14 | 355.69 | 0.69 | 0.56 |
| Hex | DC | 43 | 4E | 0 | 46 | 41 | E | 164 | 45 | 38 |
| Octal | 334 | 103 | 116 | 0 | 106 | 101 | 16 | 544 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1001110 | 0 | 1000110 | 1000001 | 1110 | 101100100 | 1000101 | 111000 |
Color Harmonies of #DC434E
Complementary color
Monochromatic Colors of #DC434E
Black with #DC434E
Text Example
Text Example
White with #DC434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC434E; }
p { color: rgb(220,67,78); }
H1.HeaderClassName
{
color: #DC434E;
}
.AnyTagClassName
{
color: #DC434E;
}
</style>
background-color css
<style>
a { background-color: #DC434E; }
a { background-color: rgb(220,67,78); }
div.DivClassName
{
background-color: #DC434E;
}
.BgClassName
{
background-color: #DC434E;
}
</style>
border-color css
<style>
span { border-color: #DC434E; }
span { border-color: rgb(220,67,78); }
td.TdClassName
{
border-color: #DC434E;
}
.TagClassName
{
border-color: #DC434E;
}
</style>