Shades of Mandy #DC4A4B
Tints of Mandy #DC4A4B
RGB
CMYK
RGB Variations
Color information
#DC4A4B (or 0xDC4A4B) is known color: Mandy. HEX triplet: DC, 4A and 4B. RGB value is (220,74,75). Sum of RGB (Red+Green+Blue) = 220+74+75=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A4B is #23B5B4. Grayscale: #757575. Windows color (decimal): -2340277 or 4934364. OLE color: 4934364.
HSL color Cylindrical-coordinate representation of color #DC4A4B: hue angle of 359.59º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4A4B is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 75 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.14 |
| HSL | 359.59º | 0.68% | 0.58% | - |
| HSV(B) | 359.59º | 0.66% | 0.86% | - |
| XYZ | 33.23 | 20.62 | 8.89 | - |
| YUV | 117.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 75 | 0 | 0.66 | 0.66 | 0.14 | 359.59 | 0.68 | 0.58 |
| Hex | DC | 4A | 4B | 0 | 42 | 42 | E | 168 | 44 | 3A |
| Octal | 334 | 112 | 113 | 0 | 102 | 102 | 16 | 550 | 104 | 72 |
| Binary | 11011100 | 1001010 | 1001011 | 0 | 1000010 | 1000010 | 1110 | 101101000 | 1000100 | 111010 |
Color Harmonies of #DC4A4B
Complementary color
Monochromatic Colors of #DC4A4B
Black with #DC4A4B
Text Example
Text Example
White with #DC4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A4B; }
p { color: rgb(220,74,75); }
H1.HeaderClassName
{
color: #DC4A4B;
}
.AnyTagClassName
{
color: #DC4A4B;
}
</style>
background-color css
<style>
a { background-color: #DC4A4B; }
a { background-color: rgb(220,74,75); }
div.DivClassName
{
background-color: #DC4A4B;
}
.BgClassName
{
background-color: #DC4A4B;
}
</style>
border-color css
<style>
span { border-color: #DC4A4B; }
span { border-color: rgb(220,74,75); }
td.TdClassName
{
border-color: #DC4A4B;
}
.TagClassName
{
border-color: #DC4A4B;
}
</style>