Shades of Mandy #DC4B51
Tints of Mandy #DC4B51
RGB
CMYK
RGB Variations
Color information
#DC4B51 (or 0xDC4B51) is known color: Mandy. HEX triplet: DC, 4B and 51. RGB value is (220,75,81). Sum of RGB (Red+Green+Blue) = 220+75+81=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B51 is #23B4AE. Grayscale: #777777. Windows color (decimal): -2340015 or 5327836. OLE color: 5327836.
HSL color Cylindrical-coordinate representation of color #DC4B51: hue angle of 357.52º 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 #DC4B51 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 81 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.14 |
| HSL | 357.52º | 0.67% | 0.58% | - |
| HSV(B) | 357.52º | 0.66% | 0.86% | - |
| XYZ | 33.52 | 20.84 | 10.04 | - |
| YUV | 119.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 81 | 0 | 0.66 | 0.63 | 0.14 | 357.52 | 0.67 | 0.58 |
| Hex | DC | 4B | 51 | 0 | 42 | 3F | E | 166 | 43 | 3A |
| Octal | 334 | 113 | 121 | 0 | 102 | 77 | 16 | 546 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1010001 | 0 | 1000010 | 111111 | 1110 | 101100110 | 1000011 | 111010 |
Color Harmonies of #DC4B51
Complementary color
Monochromatic Colors of #DC4B51
Black with #DC4B51
Text Example
Text Example
White with #DC4B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B51; }
p { color: rgb(220,75,81); }
H1.HeaderClassName
{
color: #DC4B51;
}
.AnyTagClassName
{
color: #DC4B51;
}
</style>
background-color css
<style>
a { background-color: #DC4B51; }
a { background-color: rgb(220,75,81); }
div.DivClassName
{
background-color: #DC4B51;
}
.BgClassName
{
background-color: #DC4B51;
}
</style>
border-color css
<style>
span { border-color: #DC4B51; }
span { border-color: rgb(220,75,81); }
td.TdClassName
{
border-color: #DC4B51;
}
.TagClassName
{
border-color: #DC4B51;
}
</style>