Shades of Mandy #DC4F5B
Tints of Mandy #DC4F5B
RGB
CMYK
RGB Variations
Color information
#DC4F5B (or 0xDC4F5B) is known color: Mandy. HEX triplet: DC, 4F and 5B. RGB value is (220,79,91). Sum of RGB (Red+Green+Blue) = 220+79+91=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F5B is #23B0A4. Grayscale: #7A7A7A. Windows color (decimal): -2338981 or 5984220. OLE color: 5984220.
HSL color Cylindrical-coordinate representation of color #DC4F5B: hue angle of 354.89º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F5B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 91 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.14 |
| HSL | 354.89º | 0.67% | 0.59% | - |
| HSV(B) | 354.89º | 0.64% | 0.86% | - |
| XYZ | 34.2 | 21.56 | 12.26 | - |
| YUV | 122.53 | 110.21 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 91 | 0 | 0.64 | 0.59 | 0.14 | 354.89 | 0.67 | 0.59 |
| Hex | DC | 4F | 5B | 0 | 40 | 3B | E | 163 | 43 | 3B |
| Octal | 334 | 117 | 133 | 0 | 100 | 73 | 16 | 543 | 103 | 73 |
| Binary | 11011100 | 1001111 | 1011011 | 0 | 1000000 | 111011 | 1110 | 101100011 | 1000011 | 111011 |
Color Harmonies of #DC4F5B
Complementary color
Monochromatic Colors of #DC4F5B
Black with #DC4F5B
Text Example
Text Example
White with #DC4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F5B; }
p { color: rgb(220,79,91); }
H1.HeaderClassName
{
color: #DC4F5B;
}
.AnyTagClassName
{
color: #DC4F5B;
}
</style>
background-color css
<style>
a { background-color: #DC4F5B; }
a { background-color: rgb(220,79,91); }
div.DivClassName
{
background-color: #DC4F5B;
}
.BgClassName
{
background-color: #DC4F5B;
}
</style>
border-color css
<style>
span { border-color: #DC4F5B; }
span { border-color: rgb(220,79,91); }
td.TdClassName
{
border-color: #DC4F5B;
}
.TagClassName
{
border-color: #DC4F5B;
}
</style>