Shades of Froly #DC6879
Tints of Froly #DC6879
RGB
CMYK
RGB Variations
Color information
#DC6879 (or 0xDC6879) is known color: Froly. HEX triplet: DC, 68 and 79. RGB value is (220,104,121). Sum of RGB (Red+Green+Blue) = 220+104+121=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6879 is #239786. Grayscale: #8C8C8C. Windows color (decimal): -2332551 or 7956700. OLE color: 7956700.
HSL color Cylindrical-coordinate representation of color #DC6879: hue angle of 351.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6879 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 121 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.14 |
| HSL | 351.21º | 0.62% | 0.64% | - |
| HSV(B) | 351.21º | 0.53% | 0.86% | - |
| XYZ | 37.92 | 26.5 | 21.21 | - |
| YUV | 140.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 121 | 0 | 0.53 | 0.45 | 0.14 | 351.21 | 0.62 | 0.64 |
| Hex | DC | 68 | 79 | 0 | 35 | 2D | E | 15F | 3E | 40 |
| Octal | 334 | 150 | 171 | 0 | 65 | 55 | 16 | 537 | 76 | 100 |
| Binary | 11011100 | 1101000 | 1111001 | 0 | 110101 | 101101 | 1110 | 101011111 | 111110 | 1000000 |
Color Harmonies of #DC6879
Complementary color
Monochromatic Colors of #DC6879
Black with #DC6879
Text Example
Text Example
White with #DC6879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6879; }
p { color: rgb(220,104,121); }
H1.HeaderClassName
{
color: #DC6879;
}
.AnyTagClassName
{
color: #DC6879;
}
</style>
background-color css
<style>
a { background-color: #DC6879; }
a { background-color: rgb(220,104,121); }
div.DivClassName
{
background-color: #DC6879;
}
.BgClassName
{
background-color: #DC6879;
}
</style>
border-color css
<style>
span { border-color: #DC6879; }
span { border-color: rgb(220,104,121); }
td.TdClassName
{
border-color: #DC6879;
}
.TagClassName
{
border-color: #DC6879;
}
</style>