Shades of Froly #DC6E71
Tints of Froly #DC6E71
RGB
CMYK
RGB Variations
Color information
#DC6E71 (or 0xDC6E71) is known color: Froly. HEX triplet: DC, 6E and 71. RGB value is (220,110,113). Sum of RGB (Red+Green+Blue) = 220+110+113=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E71 is #23918E. Grayscale: #8F8F8F. Windows color (decimal): -2331023 or 7433948. OLE color: 7433948.
HSL color Cylindrical-coordinate representation of color #DC6E71: hue angle of 358.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E71 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 113 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.14 |
| HSL | 358.36º | 0.61% | 0.65% | - |
| HSV(B) | 358.36º | 0.5% | 0.86% | - |
| XYZ | 38.07 | 27.56 | 18.94 | - |
| YUV | 143.23 | 110.94 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 113 | 0 | 0.50 | 0.49 | 0.14 | 358.36 | 0.61 | 0.65 |
| Hex | DC | 6E | 71 | 0 | 32 | 31 | E | 166 | 3D | 41 |
| Octal | 334 | 156 | 161 | 0 | 62 | 61 | 16 | 546 | 75 | 101 |
| Binary | 11011100 | 1101110 | 1110001 | 0 | 110010 | 110001 | 1110 | 101100110 | 111101 | 1000001 |
Color Harmonies of #DC6E71
Complementary color
Monochromatic Colors of #DC6E71
Black with #DC6E71
Text Example
Text Example
White with #DC6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E71; }
p { color: rgb(220,110,113); }
H1.HeaderClassName
{
color: #DC6E71;
}
.AnyTagClassName
{
color: #DC6E71;
}
</style>
background-color css
<style>
a { background-color: #DC6E71; }
a { background-color: rgb(220,110,113); }
div.DivClassName
{
background-color: #DC6E71;
}
.BgClassName
{
background-color: #DC6E71;
}
</style>
border-color css
<style>
span { border-color: #DC6E71; }
span { border-color: rgb(220,110,113); }
td.TdClassName
{
border-color: #DC6E71;
}
.TagClassName
{
border-color: #DC6E71;
}
</style>