Shades of Froly #DC6677
Tints of Froly #DC6677
RGB
CMYK
RGB Variations
Color information
#DC6677 (or 0xDC6677) is known color: Froly. HEX triplet: DC, 66 and 77. RGB value is (220,102,119). Sum of RGB (Red+Green+Blue) = 220+102+119=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6677 is #239988. Grayscale: #8B8B8B. Windows color (decimal): -2333065 or 7825116. OLE color: 7825116.
HSL color Cylindrical-coordinate representation of color #DC6677: hue angle of 351.36º 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 #DC6677 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 119 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.14 |
| HSL | 351.36º | 0.63% | 0.63% | - |
| HSV(B) | 351.36º | 0.54% | 0.86% | - |
| XYZ | 37.6 | 26.05 | 20.5 | - |
| YUV | 139.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 119 | 0 | 0.54 | 0.46 | 0.14 | 351.36 | 0.63 | 0.63 |
| Hex | DC | 66 | 77 | 0 | 36 | 2E | E | 15F | 3F | 3F |
| Octal | 334 | 146 | 167 | 0 | 66 | 56 | 16 | 537 | 77 | 77 |
| Binary | 11011100 | 1100110 | 1110111 | 0 | 110110 | 101110 | 1110 | 101011111 | 111111 | 111111 |
Color Harmonies of #DC6677
Complementary color
Monochromatic Colors of #DC6677
Black with #DC6677
Text Example
Text Example
White with #DC6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6677; }
p { color: rgb(220,102,119); }
H1.HeaderClassName
{
color: #DC6677;
}
.AnyTagClassName
{
color: #DC6677;
}
</style>
background-color css
<style>
a { background-color: #DC6677; }
a { background-color: rgb(220,102,119); }
div.DivClassName
{
background-color: #DC6677;
}
.BgClassName
{
background-color: #DC6677;
}
</style>
border-color css
<style>
span { border-color: #DC6677; }
span { border-color: rgb(220,102,119); }
td.TdClassName
{
border-color: #DC6677;
}
.TagClassName
{
border-color: #DC6677;
}
</style>