Shades of Mandy #DC555B
Tints of Mandy #DC555B
RGB
CMYK
RGB Variations
Color information
#DC555B (or 0xDC555B) is known color: Mandy. HEX triplet: DC, 55 and 5B. RGB value is (220,85,91). Sum of RGB (Red+Green+Blue) = 220+85+91=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC555B is #23AAA4. Grayscale: #7E7E7E. Windows color (decimal): -2337445 or 5985756. OLE color: 5985756.
HSL color Cylindrical-coordinate representation of color #DC555B: hue angle of 357.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC555B is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 91 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.14 |
| HSL | 357.33º | 0.66% | 0.6% | - |
| HSV(B) | 357.33º | 0.61% | 0.86% | - |
| XYZ | 34.65 | 22.47 | 12.41 | - |
| YUV | 126.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 91 | 0 | 0.61 | 0.59 | 0.14 | 357.33 | 0.66 | 0.6 |
| Hex | DC | 55 | 5B | 0 | 3D | 3B | E | 165 | 42 | 3C |
| Octal | 334 | 125 | 133 | 0 | 75 | 73 | 16 | 545 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1011011 | 0 | 111101 | 111011 | 1110 | 101100101 | 1000010 | 111100 |
Color Harmonies of #DC555B
Complementary color
Monochromatic Colors of #DC555B
Black with #DC555B
Text Example
Text Example
White with #DC555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC555B; }
p { color: rgb(220,85,91); }
H1.HeaderClassName
{
color: #DC555B;
}
.AnyTagClassName
{
color: #DC555B;
}
</style>
background-color css
<style>
a { background-color: #DC555B; }
a { background-color: rgb(220,85,91); }
div.DivClassName
{
background-color: #DC555B;
}
.BgClassName
{
background-color: #DC555B;
}
</style>
border-color css
<style>
span { border-color: #DC555B; }
span { border-color: rgb(220,85,91); }
td.TdClassName
{
border-color: #DC555B;
}
.TagClassName
{
border-color: #DC555B;
}
</style>