Shades of Mandy #DC4B5E
Tints of Mandy #DC4B5E
RGB
CMYK
RGB Variations
Color information
#DC4B5E (or 0xDC4B5E) is known color: Mandy. HEX triplet: DC, 4B and 5E. RGB value is (220,75,94). Sum of RGB (Red+Green+Blue) = 220+75+94=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B5E is #23B4A1. Grayscale: #787878. Windows color (decimal): -2340002 or 6179804. OLE color: 6179804.
HSL color Cylindrical-coordinate representation of color #DC4B5E: hue angle of 352.14º degrees, saturation: 0.67, 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 #DC4B5E is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 94 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.14 |
| HSL | 352.14º | 0.67% | 0.58% | - |
| HSV(B) | 352.14º | 0.66% | 0.86% | - |
| XYZ | 34.05 | 21.06 | 12.86 | - |
| YUV | 120.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 94 | 0 | 0.66 | 0.57 | 0.14 | 352.14 | 0.67 | 0.58 |
| Hex | DC | 4B | 5E | 0 | 42 | 39 | E | 160 | 43 | 3A |
| Octal | 334 | 113 | 136 | 0 | 102 | 71 | 16 | 540 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1011110 | 0 | 1000010 | 111001 | 1110 | 101100000 | 1000011 | 111010 |
Color Harmonies of #DC4B5E
Complementary color
Monochromatic Colors of #DC4B5E
Black with #DC4B5E
Text Example
Text Example
White with #DC4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B5E; }
p { color: rgb(220,75,94); }
H1.HeaderClassName
{
color: #DC4B5E;
}
.AnyTagClassName
{
color: #DC4B5E;
}
</style>
background-color css
<style>
a { background-color: #DC4B5E; }
a { background-color: rgb(220,75,94); }
div.DivClassName
{
background-color: #DC4B5E;
}
.BgClassName
{
background-color: #DC4B5E;
}
</style>
border-color css
<style>
span { border-color: #DC4B5E; }
span { border-color: rgb(220,75,94); }
td.TdClassName
{
border-color: #DC4B5E;
}
.TagClassName
{
border-color: #DC4B5E;
}
</style>