Shades of Froly #DC687C
Tints of Froly #DC687C
RGB
CMYK
RGB Variations
Color information
#DC687C (or 0xDC687C) is known color: Froly. HEX triplet: DC, 68 and 7C. RGB value is (220,104,124). Sum of RGB (Red+Green+Blue) = 220+104+124=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC687C is #239783. Grayscale: #8D8D8D. Windows color (decimal): -2332548 or 8153308. OLE color: 8153308.
HSL color Cylindrical-coordinate representation of color #DC687C: hue angle of 349.66º 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 #DC687C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 124 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.14 |
| HSL | 349.66º | 0.62% | 0.64% | - |
| HSV(B) | 349.66º | 0.53% | 0.86% | - |
| XYZ | 38.1 | 26.57 | 22.19 | - |
| YUV | 140.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 124 | 0 | 0.53 | 0.44 | 0.14 | 349.66 | 0.62 | 0.64 |
| Hex | DC | 68 | 7C | 0 | 35 | 2C | E | 15E | 3E | 40 |
| Octal | 334 | 150 | 174 | 0 | 65 | 54 | 16 | 536 | 76 | 100 |
| Binary | 11011100 | 1101000 | 1111100 | 0 | 110101 | 101100 | 1110 | 101011110 | 111110 | 1000000 |
Color Harmonies of #DC687C
Complementary color
Monochromatic Colors of #DC687C
Black with #DC687C
Text Example
Text Example
White with #DC687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC687C; }
p { color: rgb(220,104,124); }
H1.HeaderClassName
{
color: #DC687C;
}
.AnyTagClassName
{
color: #DC687C;
}
</style>
background-color css
<style>
a { background-color: #DC687C; }
a { background-color: rgb(220,104,124); }
div.DivClassName
{
background-color: #DC687C;
}
.BgClassName
{
background-color: #DC687C;
}
</style>
border-color css
<style>
span { border-color: #DC687C; }
span { border-color: rgb(220,104,124); }
td.TdClassName
{
border-color: #DC687C;
}
.TagClassName
{
border-color: #DC687C;
}
</style>