Shades of Froly #DC6571
Tints of Froly #DC6571
RGB
CMYK
RGB Variations
Color information
#DC6571 (or 0xDC6571) is known color: Froly. HEX triplet: DC, 65 and 71. RGB value is (220,101,113). Sum of RGB (Red+Green+Blue) = 220+101+113=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6571 is #239A8E. Grayscale: #8A8A8A. Windows color (decimal): -2333327 or 7431644. OLE color: 7431644.
HSL color Cylindrical-coordinate representation of color #DC6571: hue angle of 353.95º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6571 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 113 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.14 |
| HSL | 353.95º | 0.63% | 0.63% | - |
| HSV(B) | 353.95º | 0.54% | 0.86% | - |
| XYZ | 37.15 | 25.72 | 18.63 | - |
| YUV | 137.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 113 | 0 | 0.54 | 0.49 | 0.14 | 353.95 | 0.63 | 0.63 |
| Hex | DC | 65 | 71 | 0 | 36 | 31 | E | 162 | 3F | 3F |
| Octal | 334 | 145 | 161 | 0 | 66 | 61 | 16 | 542 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1110001 | 0 | 110110 | 110001 | 1110 | 101100010 | 111111 | 111111 |
Color Harmonies of #DC6571
Complementary color
Monochromatic Colors of #DC6571
Black with #DC6571
Text Example
Text Example
White with #DC6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6571; }
p { color: rgb(220,101,113); }
H1.HeaderClassName
{
color: #DC6571;
}
.AnyTagClassName
{
color: #DC6571;
}
</style>
background-color css
<style>
a { background-color: #DC6571; }
a { background-color: rgb(220,101,113); }
div.DivClassName
{
background-color: #DC6571;
}
.BgClassName
{
background-color: #DC6571;
}
</style>
border-color css
<style>
span { border-color: #DC6571; }
span { border-color: rgb(220,101,113); }
td.TdClassName
{
border-color: #DC6571;
}
.TagClassName
{
border-color: #DC6571;
}
</style>