Shades of Mandy #DC4250
Tints of Mandy #DC4250
RGB
CMYK
RGB Variations
Color information
#DC4250 (or 0xDC4250) is known color: Mandy. HEX triplet: DC, 42 and 50. RGB value is (220,66,80). Sum of RGB (Red+Green+Blue) = 220+66+80=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4250 is #23BDAF. Grayscale: #717171. Windows color (decimal): -2342320 or 5259996. OLE color: 5259996.
HSL color Cylindrical-coordinate representation of color #DC4250: hue angle of 354.55º 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 #DC4250 is Cyan = 0, Magento = 0.7, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 80 | - |
| CMYK | 0 | 0.7 | 0.64 | 0.14 |
| HSL | 354.55º | 0.69% | 0.56% | - |
| HSV(B) | 354.55º | 0.7% | 0.86% | - |
| XYZ | 32.91 | 19.69 | 9.66 | - |
| YUV | 113.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 80 | 0 | 0.7 | 0.64 | 0.14 | 354.55 | 0.69 | 0.56 |
| Hex | DC | 42 | 50 | 0 | 46 | 40 | E | 163 | 45 | 38 |
| Octal | 334 | 102 | 120 | 0 | 106 | 100 | 16 | 543 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1010000 | 0 | 1000110 | 1000000 | 1110 | 101100011 | 1000101 | 111000 |
Color Harmonies of #DC4250
Complementary color
Monochromatic Colors of #DC4250
Black with #DC4250
Text Example
Text Example
White with #DC4250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4250; }
p { color: rgb(220,66,80); }
H1.HeaderClassName
{
color: #DC4250;
}
.AnyTagClassName
{
color: #DC4250;
}
</style>
background-color css
<style>
a { background-color: #DC4250; }
a { background-color: rgb(220,66,80); }
div.DivClassName
{
background-color: #DC4250;
}
.BgClassName
{
background-color: #DC4250;
}
</style>
border-color css
<style>
span { border-color: #DC4250; }
span { border-color: rgb(220,66,80); }
td.TdClassName
{
border-color: #DC4250;
}
.TagClassName
{
border-color: #DC4250;
}
</style>