Shades of Mandy #DC4B54
Tints of Mandy #DC4B54
RGB
CMYK
RGB Variations
Color information
#DC4B54 (or 0xDC4B54) is known color: Mandy. HEX triplet: DC, 4B and 54. RGB value is (220,75,84). Sum of RGB (Red+Green+Blue) = 220+75+84=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B54 is #23B4AB. Grayscale: #777777. Windows color (decimal): -2340012 or 5524444. OLE color: 5524444.
HSL color Cylindrical-coordinate representation of color #DC4B54: hue angle of 356.28º 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 #DC4B54 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 84 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.14 |
| HSL | 356.28º | 0.67% | 0.58% | - |
| HSV(B) | 356.28º | 0.66% | 0.86% | - |
| XYZ | 33.63 | 20.89 | 10.65 | - |
| YUV | 119.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 84 | 0 | 0.66 | 0.62 | 0.14 | 356.28 | 0.67 | 0.58 |
| Hex | DC | 4B | 54 | 0 | 42 | 3E | E | 164 | 43 | 3A |
| Octal | 334 | 113 | 124 | 0 | 102 | 76 | 16 | 544 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1010100 | 0 | 1000010 | 111110 | 1110 | 101100100 | 1000011 | 111010 |
Color Harmonies of #DC4B54
Complementary color
Monochromatic Colors of #DC4B54
Black with #DC4B54
Text Example
Text Example
White with #DC4B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B54; }
p { color: rgb(220,75,84); }
H1.HeaderClassName
{
color: #DC4B54;
}
.AnyTagClassName
{
color: #DC4B54;
}
</style>
background-color css
<style>
a { background-color: #DC4B54; }
a { background-color: rgb(220,75,84); }
div.DivClassName
{
background-color: #DC4B54;
}
.BgClassName
{
background-color: #DC4B54;
}
</style>
border-color css
<style>
span { border-color: #DC4B54; }
span { border-color: rgb(220,75,84); }
td.TdClassName
{
border-color: #DC4B54;
}
.TagClassName
{
border-color: #DC4B54;
}
</style>