Shades of Froly #DC6D78
Tints of Froly #DC6D78
RGB
CMYK
RGB Variations
Color information
#DC6D78 (or 0xDC6D78) is known color: Froly. HEX triplet: DC, 6D and 78. RGB value is (220,109,120). Sum of RGB (Red+Green+Blue) = 220+109+120=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6D78 is #239287. Grayscale: #8F8F8F. Windows color (decimal): -2331272 or 7892444. OLE color: 7892444.
HSL color Cylindrical-coordinate representation of color #DC6D78: hue angle of 354.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 #DC6D78 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 120 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.14 |
| HSL | 354.05º | 0.61% | 0.65% | - |
| HSV(B) | 354.05º | 0.5% | 0.86% | - |
| XYZ | 38.37 | 27.51 | 21.06 | - |
| YUV | 143.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 120 | 0 | 0.50 | 0.45 | 0.14 | 354.05 | 0.61 | 0.65 |
| Hex | DC | 6D | 78 | 0 | 32 | 2D | E | 162 | 3D | 41 |
| Octal | 334 | 155 | 170 | 0 | 62 | 55 | 16 | 542 | 75 | 101 |
| Binary | 11011100 | 1101101 | 1111000 | 0 | 110010 | 101101 | 1110 | 101100010 | 111101 | 1000001 |
Color Harmonies of #DC6D78
Complementary color
Monochromatic Colors of #DC6D78
Black with #DC6D78
Text Example
Text Example
White with #DC6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6D78; }
p { color: rgb(220,109,120); }
H1.HeaderClassName
{
color: #DC6D78;
}
.AnyTagClassName
{
color: #DC6D78;
}
</style>
background-color css
<style>
a { background-color: #DC6D78; }
a { background-color: rgb(220,109,120); }
div.DivClassName
{
background-color: #DC6D78;
}
.BgClassName
{
background-color: #DC6D78;
}
</style>
border-color css
<style>
span { border-color: #DC6D78; }
span { border-color: rgb(220,109,120); }
td.TdClassName
{
border-color: #DC6D78;
}
.TagClassName
{
border-color: #DC6D78;
}
</style>