Shades of Froly #DC687B
Tints of Froly #DC687B
RGB
CMYK
RGB Variations
Color information
#DC687B (or 0xDC687B) is known color: Froly. HEX triplet: DC, 68 and 7B. RGB value is (220,104,123). Sum of RGB (Red+Green+Blue) = 220+104+123=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC687B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC687B is #239784. Grayscale: #8C8C8C. Windows color (decimal): -2332549 or 8087772. OLE color: 8087772.
HSL color Cylindrical-coordinate representation of color #DC687B: hue angle of 350.17º 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 #DC687B is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 123 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.14 |
| HSL | 350.17º | 0.62% | 0.64% | - |
| HSV(B) | 350.17º | 0.53% | 0.86% | - |
| XYZ | 38.04 | 26.55 | 21.86 | - |
| YUV | 140.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 123 | 0 | 0.53 | 0.44 | 0.14 | 350.17 | 0.62 | 0.64 |
| Hex | DC | 68 | 7B | 0 | 35 | 2C | E | 15E | 3E | 40 |
| Octal | 334 | 150 | 173 | 0 | 65 | 54 | 16 | 536 | 76 | 100 |
| Binary | 11011100 | 1101000 | 1111011 | 0 | 110101 | 101100 | 1110 | 101011110 | 111110 | 1000000 |
Color Harmonies of #DC687B
Complementary color
Monochromatic Colors of #DC687B
Black with #DC687B
Text Example
Text Example
White with #DC687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC687B; }
p { color: rgb(220,104,123); }
H1.HeaderClassName
{
color: #DC687B;
}
.AnyTagClassName
{
color: #DC687B;
}
</style>
background-color css
<style>
a { background-color: #DC687B; }
a { background-color: rgb(220,104,123); }
div.DivClassName
{
background-color: #DC687B;
}
.BgClassName
{
background-color: #DC687B;
}
</style>
border-color css
<style>
span { border-color: #DC687B; }
span { border-color: rgb(220,104,123); }
td.TdClassName
{
border-color: #DC687B;
}
.TagClassName
{
border-color: #DC687B;
}
</style>