Shades of Froly #DC6F78
Tints of Froly #DC6F78
RGB
CMYK
RGB Variations
Color information
#DC6F78 (or 0xDC6F78) is known color: Froly. HEX triplet: DC, 6F and 78. RGB value is (220,111,120). Sum of RGB (Red+Green+Blue) = 220+111+120=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F78 is #239087. Grayscale: #909090. Windows color (decimal): -2330760 or 7892956. OLE color: 7892956.
HSL color Cylindrical-coordinate representation of color #DC6F78: hue angle of 355.05º 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 #DC6F78 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 120 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.14 |
| HSL | 355.05º | 0.61% | 0.65% | - |
| HSV(B) | 355.05º | 0.5% | 0.86% | - |
| XYZ | 38.59 | 27.94 | 21.13 | - |
| YUV | 144.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 120 | 0 | 0.50 | 0.45 | 0.14 | 355.05 | 0.61 | 0.65 |
| Hex | DC | 6F | 78 | 0 | 32 | 2D | E | 163 | 3D | 41 |
| Octal | 334 | 157 | 170 | 0 | 62 | 55 | 16 | 543 | 75 | 101 |
| Binary | 11011100 | 1101111 | 1111000 | 0 | 110010 | 101101 | 1110 | 101100011 | 111101 | 1000001 |
Color Harmonies of #DC6F78
Complementary color
Monochromatic Colors of #DC6F78
Black with #DC6F78
Text Example
Text Example
White with #DC6F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F78; }
p { color: rgb(220,111,120); }
H1.HeaderClassName
{
color: #DC6F78;
}
.AnyTagClassName
{
color: #DC6F78;
}
</style>
background-color css
<style>
a { background-color: #DC6F78; }
a { background-color: rgb(220,111,120); }
div.DivClassName
{
background-color: #DC6F78;
}
.BgClassName
{
background-color: #DC6F78;
}
</style>
border-color css
<style>
span { border-color: #DC6F78; }
span { border-color: rgb(220,111,120); }
td.TdClassName
{
border-color: #DC6F78;
}
.TagClassName
{
border-color: #DC6F78;
}
</style>