Shades of Froly #DC6778
Tints of Froly #DC6778
RGB
CMYK
RGB Variations
Color information
#DC6778 (or 0xDC6778) is known color: Froly. HEX triplet: DC, 67 and 78. RGB value is (220,103,120). Sum of RGB (Red+Green+Blue) = 220+103+120=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6778 is #239887. Grayscale: #8B8B8B. Windows color (decimal): -2332808 or 7890908. OLE color: 7890908.
HSL color Cylindrical-coordinate representation of color #DC6778: hue angle of 351.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6778 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 120 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.14 |
| HSL | 351.28º | 0.63% | 0.63% | - |
| HSV(B) | 351.28º | 0.53% | 0.86% | - |
| XYZ | 37.76 | 26.27 | 20.85 | - |
| YUV | 139.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 120 | 0 | 0.53 | 0.45 | 0.14 | 351.28 | 0.63 | 0.63 |
| Hex | DC | 67 | 78 | 0 | 35 | 2D | E | 15F | 3F | 3F |
| Octal | 334 | 147 | 170 | 0 | 65 | 55 | 16 | 537 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1111000 | 0 | 110101 | 101101 | 1110 | 101011111 | 111111 | 111111 |
Color Harmonies of #DC6778
Complementary color
Monochromatic Colors of #DC6778
Black with #DC6778
Text Example
Text Example
White with #DC6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6778; }
p { color: rgb(220,103,120); }
H1.HeaderClassName
{
color: #DC6778;
}
.AnyTagClassName
{
color: #DC6778;
}
</style>
background-color css
<style>
a { background-color: #DC6778; }
a { background-color: rgb(220,103,120); }
div.DivClassName
{
background-color: #DC6778;
}
.BgClassName
{
background-color: #DC6778;
}
</style>
border-color css
<style>
span { border-color: #DC6778; }
span { border-color: rgb(220,103,120); }
td.TdClassName
{
border-color: #DC6778;
}
.TagClassName
{
border-color: #DC6778;
}
</style>