Shades of Froly #DC7F82
Tints of Froly #DC7F82
RGB
CMYK
RGB Variations
Color information
#DC7F82 (or 0xDC7F82) is known color: Froly. HEX triplet: DC, 7F and 82. RGB value is (220,127,130). Sum of RGB (Red+Green+Blue) = 220+127+130=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7F82 is #23807D. Grayscale: #9B9B9B. Windows color (decimal): -2326654 or 8552412. OLE color: 8552412.
HSL color Cylindrical-coordinate representation of color #DC7F82: hue angle of 358.06º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7F82 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 130 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.14 |
| HSL | 358.06º | 0.57% | 0.68% | - |
| HSV(B) | 358.06º | 0.42% | 0.86% | - |
| XYZ | 41.13 | 32.01 | 25.13 | - |
| YUV | 155.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 130 | 0 | 0.42 | 0.41 | 0.14 | 358.06 | 0.57 | 0.68 |
| Hex | DC | 7F | 82 | 0 | 2A | 29 | E | 166 | 39 | 44 |
| Octal | 334 | 177 | 202 | 0 | 52 | 51 | 16 | 546 | 71 | 104 |
| Binary | 11011100 | 1111111 | 10000010 | 0 | 101010 | 101001 | 1110 | 101100110 | 111001 | 1000100 |
Color Harmonies of #DC7F82
Complementary color
Monochromatic Colors of #DC7F82
Black with #DC7F82
Text Example
Text Example
White with #DC7F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7F82; }
p { color: rgb(220,127,130); }
H1.HeaderClassName
{
color: #DC7F82;
}
.AnyTagClassName
{
color: #DC7F82;
}
</style>
background-color css
<style>
a { background-color: #DC7F82; }
a { background-color: rgb(220,127,130); }
div.DivClassName
{
background-color: #DC7F82;
}
.BgClassName
{
background-color: #DC7F82;
}
</style>
border-color css
<style>
span { border-color: #DC7F82; }
span { border-color: rgb(220,127,130); }
td.TdClassName
{
border-color: #DC7F82;
}
.TagClassName
{
border-color: #DC7F82;
}
</style>