Shades of Froly #DC7D81
Tints of Froly #DC7D81
RGB
CMYK
RGB Variations
Color information
#DC7D81 (or 0xDC7D81) is known color: Froly. HEX triplet: DC, 7D and 81. RGB value is (220,125,129). Sum of RGB (Red+Green+Blue) = 220+125+129=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7D81 is #23827E. Grayscale: #999999. Windows color (decimal): -2327167 or 8486364. OLE color: 8486364.
HSL color Cylindrical-coordinate representation of color #DC7D81: hue angle of 357.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7D81 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 129 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.14 |
| HSL | 357.47º | 0.58% | 0.68% | - |
| HSV(B) | 357.47º | 0.43% | 0.86% | - |
| XYZ | 40.81 | 31.47 | 24.69 | - |
| YUV | 153.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 129 | 0 | 0.43 | 0.41 | 0.14 | 357.47 | 0.58 | 0.68 |
| Hex | DC | 7D | 81 | 0 | 2B | 29 | E | 165 | 3A | 44 |
| Octal | 334 | 175 | 201 | 0 | 53 | 51 | 16 | 545 | 72 | 104 |
| Binary | 11011100 | 1111101 | 10000001 | 0 | 101011 | 101001 | 1110 | 101100101 | 111010 | 1000100 |
Color Harmonies of #DC7D81
Complementary color
Monochromatic Colors of #DC7D81
Black with #DC7D81
Text Example
Text Example
White with #DC7D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D81; }
p { color: rgb(220,125,129); }
H1.HeaderClassName
{
color: #DC7D81;
}
.AnyTagClassName
{
color: #DC7D81;
}
</style>
background-color css
<style>
a { background-color: #DC7D81; }
a { background-color: rgb(220,125,129); }
div.DivClassName
{
background-color: #DC7D81;
}
.BgClassName
{
background-color: #DC7D81;
}
</style>
border-color css
<style>
span { border-color: #DC7D81; }
span { border-color: rgb(220,125,129); }
td.TdClassName
{
border-color: #DC7D81;
}
.TagClassName
{
border-color: #DC7D81;
}
</style>