Shades of Mandy #DC5865
Tints of Mandy #DC5865
RGB
CMYK
RGB Variations
Color information
#DC5865 (or 0xDC5865) is known color: Mandy. HEX triplet: DC, 58 and 65. RGB value is (220,88,101). Sum of RGB (Red+Green+Blue) = 220+88+101=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5865 is #23A79A. Grayscale: #818181. Windows color (decimal): -2336667 or 6641884. OLE color: 6641884.
HSL color Cylindrical-coordinate representation of color #DC5865: hue angle of 354.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5865 is Cyan = 0, Magento = 0.6, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 101 | - |
| CMYK | 0 | 0.6 | 0.54 | 0.14 |
| HSL | 354.09º | 0.65% | 0.6% | - |
| HSV(B) | 354.09º | 0.6% | 0.86% | - |
| XYZ | 35.35 | 23.13 | 14.91 | - |
| YUV | 128.95 | 112.23 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 101 | 0 | 0.6 | 0.54 | 0.14 | 354.09 | 0.65 | 0.6 |
| Hex | DC | 58 | 65 | 0 | 3C | 36 | E | 162 | 41 | 3C |
| Octal | 334 | 130 | 145 | 0 | 74 | 66 | 16 | 542 | 101 | 74 |
| Binary | 11011100 | 1011000 | 1100101 | 0 | 111100 | 110110 | 1110 | 101100010 | 1000001 | 111100 |
Color Harmonies of #DC5865
Complementary color
Monochromatic Colors of #DC5865
Black with #DC5865
Text Example
Text Example
White with #DC5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5865; }
p { color: rgb(220,88,101); }
H1.HeaderClassName
{
color: #DC5865;
}
.AnyTagClassName
{
color: #DC5865;
}
</style>
background-color css
<style>
a { background-color: #DC5865; }
a { background-color: rgb(220,88,101); }
div.DivClassName
{
background-color: #DC5865;
}
.BgClassName
{
background-color: #DC5865;
}
</style>
border-color css
<style>
span { border-color: #DC5865; }
span { border-color: rgb(220,88,101); }
td.TdClassName
{
border-color: #DC5865;
}
.TagClassName
{
border-color: #DC5865;
}
</style>