Shades of Mandy #DC4B52
Tints of Mandy #DC4B52
RGB
CMYK
RGB Variations
Color information
#DC4B52 (or 0xDC4B52) is known color: Mandy. HEX triplet: DC, 4B and 52. RGB value is (220,75,82). Sum of RGB (Red+Green+Blue) = 220+75+82=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B52 is #23B4AD. Grayscale: #777777. Windows color (decimal): -2340014 or 5393372. OLE color: 5393372.
HSL color Cylindrical-coordinate representation of color #DC4B52: hue angle of 357.1º 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 #DC4B52 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 82 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.14 |
| HSL | 357.1º | 0.67% | 0.58% | - |
| HSV(B) | 357.1º | 0.66% | 0.86% | - |
| XYZ | 33.55 | 20.86 | 10.24 | - |
| YUV | 119.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 82 | 0 | 0.66 | 0.63 | 0.14 | 357.1 | 0.67 | 0.58 |
| Hex | DC | 4B | 52 | 0 | 42 | 3F | E | 165 | 43 | 3A |
| Octal | 334 | 113 | 122 | 0 | 102 | 77 | 16 | 545 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1010010 | 0 | 1000010 | 111111 | 1110 | 101100101 | 1000011 | 111010 |
Color Harmonies of #DC4B52
Complementary color
Monochromatic Colors of #DC4B52
Black with #DC4B52
Text Example
Text Example
White with #DC4B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B52; }
p { color: rgb(220,75,82); }
H1.HeaderClassName
{
color: #DC4B52;
}
.AnyTagClassName
{
color: #DC4B52;
}
</style>
background-color css
<style>
a { background-color: #DC4B52; }
a { background-color: rgb(220,75,82); }
div.DivClassName
{
background-color: #DC4B52;
}
.BgClassName
{
background-color: #DC4B52;
}
</style>
border-color css
<style>
span { border-color: #DC4B52; }
span { border-color: rgb(220,75,82); }
td.TdClassName
{
border-color: #DC4B52;
}
.TagClassName
{
border-color: #DC4B52;
}
</style>