Shades of Froly #DC6E77
Tints of Froly #DC6E77
RGB
CMYK
RGB Variations
Color information
#DC6E77 (or 0xDC6E77) is known color: Froly. HEX triplet: DC, 6E and 77. RGB value is (220,110,119). Sum of RGB (Red+Green+Blue) = 220+110+119=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E77 is #239188. Grayscale: #8F8F8F. Windows color (decimal): -2331017 or 7827164. OLE color: 7827164.
HSL color Cylindrical-coordinate representation of color #DC6E77: hue angle of 355.09º 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 #DC6E77 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 119 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.14 |
| HSL | 355.09º | 0.61% | 0.65% | - |
| HSV(B) | 355.09º | 0.5% | 0.86% | - |
| XYZ | 38.42 | 27.7 | 20.77 | - |
| YUV | 143.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 119 | 0 | 0.50 | 0.46 | 0.14 | 355.09 | 0.61 | 0.65 |
| Hex | DC | 6E | 77 | 0 | 32 | 2E | E | 163 | 3D | 41 |
| Octal | 334 | 156 | 167 | 0 | 62 | 56 | 16 | 543 | 75 | 101 |
| Binary | 11011100 | 1101110 | 1110111 | 0 | 110010 | 101110 | 1110 | 101100011 | 111101 | 1000001 |
Color Harmonies of #DC6E77
Complementary color
Monochromatic Colors of #DC6E77
Black with #DC6E77
Text Example
Text Example
White with #DC6E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E77; }
p { color: rgb(220,110,119); }
H1.HeaderClassName
{
color: #DC6E77;
}
.AnyTagClassName
{
color: #DC6E77;
}
</style>
background-color css
<style>
a { background-color: #DC6E77; }
a { background-color: rgb(220,110,119); }
div.DivClassName
{
background-color: #DC6E77;
}
.BgClassName
{
background-color: #DC6E77;
}
</style>
border-color css
<style>
span { border-color: #DC6E77; }
span { border-color: rgb(220,110,119); }
td.TdClassName
{
border-color: #DC6E77;
}
.TagClassName
{
border-color: #DC6E77;
}
</style>