Shades of Mandy #DC4248
Tints of Mandy #DC4248
RGB
CMYK
RGB Variations
Color information
#DC4248 (or 0xDC4248) is known color: Mandy. HEX triplet: DC, 42 and 48. RGB value is (220,66,72). Sum of RGB (Red+Green+Blue) = 220+66+72=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4248 is #23BDB7. Grayscale: #707070. Windows color (decimal): -2342328 or 4735708. OLE color: 4735708.
HSL color Cylindrical-coordinate representation of color #DC4248: hue angle of 357.66º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4248 is Cyan = 0, Magento = 0.7, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 72 | - |
| CMYK | 0 | 0.7 | 0.67 | 0.14 |
| HSL | 357.66º | 0.69% | 0.56% | - |
| HSV(B) | 357.66º | 0.7% | 0.86% | - |
| XYZ | 32.63 | 19.58 | 8.19 | - |
| YUV | 112.73 | 105.02 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 72 | 0 | 0.7 | 0.67 | 0.14 | 357.66 | 0.69 | 0.56 |
| Hex | DC | 42 | 48 | 0 | 46 | 43 | E | 166 | 45 | 38 |
| Octal | 334 | 102 | 110 | 0 | 106 | 103 | 16 | 546 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1001000 | 0 | 1000110 | 1000011 | 1110 | 101100110 | 1000101 | 111000 |
Color Harmonies of #DC4248
Complementary color
Monochromatic Colors of #DC4248
Black with #DC4248
Text Example
Text Example
White with #DC4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4248; }
p { color: rgb(220,66,72); }
H1.HeaderClassName
{
color: #DC4248;
}
.AnyTagClassName
{
color: #DC4248;
}
</style>
background-color css
<style>
a { background-color: #DC4248; }
a { background-color: rgb(220,66,72); }
div.DivClassName
{
background-color: #DC4248;
}
.BgClassName
{
background-color: #DC4248;
}
</style>
border-color css
<style>
span { border-color: #DC4248; }
span { border-color: rgb(220,66,72); }
td.TdClassName
{
border-color: #DC4248;
}
.TagClassName
{
border-color: #DC4248;
}
</style>