Shades of Mandy #DC494B
Tints of Mandy #DC494B
RGB
CMYK
RGB Variations
Color information
#DC494B (or 0xDC494B) is known color: Mandy. HEX triplet: DC, 49 and 4B. RGB value is (220,73,75). Sum of RGB (Red+Green+Blue) = 220+73+75=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC494B is #23B6B4. Grayscale: #757575. Windows color (decimal): -2340533 or 4934108. OLE color: 4934108.
HSL color Cylindrical-coordinate representation of color #DC494B: hue angle of 359.18º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC494B is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 75 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.14 |
| HSL | 359.18º | 0.68% | 0.57% | - |
| HSV(B) | 359.18º | 0.67% | 0.86% | - |
| XYZ | 33.17 | 20.49 | 8.86 | - |
| YUV | 117.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 75 | 0 | 0.67 | 0.66 | 0.14 | 359.18 | 0.68 | 0.57 |
| Hex | DC | 49 | 4B | 0 | 43 | 42 | E | 167 | 44 | 39 |
| Octal | 334 | 111 | 113 | 0 | 103 | 102 | 16 | 547 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1001011 | 0 | 1000011 | 1000010 | 1110 | 101100111 | 1000100 | 111001 |
Color Harmonies of #DC494B
Complementary color
Monochromatic Colors of #DC494B
Black with #DC494B
Text Example
Text Example
White with #DC494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC494B; }
p { color: rgb(220,73,75); }
H1.HeaderClassName
{
color: #DC494B;
}
.AnyTagClassName
{
color: #DC494B;
}
</style>
background-color css
<style>
a { background-color: #DC494B; }
a { background-color: rgb(220,73,75); }
div.DivClassName
{
background-color: #DC494B;
}
.BgClassName
{
background-color: #DC494B;
}
</style>
border-color css
<style>
span { border-color: #DC494B; }
span { border-color: rgb(220,73,75); }
td.TdClassName
{
border-color: #DC494B;
}
.TagClassName
{
border-color: #DC494B;
}
</style>