Shades of Froly #DC7B80
Tints of Froly #DC7B80
RGB
CMYK
RGB Variations
Color information
#DC7B80 (or 0xDC7B80) is known color: Froly. HEX triplet: DC, 7B and 80. RGB value is (220,123,128). Sum of RGB (Red+Green+Blue) = 220+123+128=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B80 is #23847F. Grayscale: #989898. Windows color (decimal): -2327680 or 8420316. OLE color: 8420316.
HSL color Cylindrical-coordinate representation of color #DC7B80: hue angle of 356.91º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B80 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 128 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.14 |
| HSL | 356.91º | 0.58% | 0.67% | - |
| HSV(B) | 356.91º | 0.44% | 0.86% | - |
| XYZ | 40.49 | 30.94 | 24.26 | - |
| YUV | 152.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 128 | 0 | 0.44 | 0.42 | 0.14 | 356.91 | 0.58 | 0.67 |
| Hex | DC | 7B | 80 | 0 | 2C | 2A | E | 165 | 3A | 43 |
| Octal | 334 | 173 | 200 | 0 | 54 | 52 | 16 | 545 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10000000 | 0 | 101100 | 101010 | 1110 | 101100101 | 111010 | 1000011 |
Color Harmonies of #DC7B80
Complementary color
Monochromatic Colors of #DC7B80
Black with #DC7B80
Text Example
Text Example
White with #DC7B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B80; }
p { color: rgb(220,123,128); }
H1.HeaderClassName
{
color: #DC7B80;
}
.AnyTagClassName
{
color: #DC7B80;
}
</style>
background-color css
<style>
a { background-color: #DC7B80; }
a { background-color: rgb(220,123,128); }
div.DivClassName
{
background-color: #DC7B80;
}
.BgClassName
{
background-color: #DC7B80;
}
</style>
border-color css
<style>
span { border-color: #DC7B80; }
span { border-color: rgb(220,123,128); }
td.TdClassName
{
border-color: #DC7B80;
}
.TagClassName
{
border-color: #DC7B80;
}
</style>