Shades of Froly #DD7E82
Tints of Froly #DD7E82
RGB
CMYK
RGB Variations
Color information
#DD7E82 (or 0xDD7E82) is known color: Froly. HEX triplet: DD, 7E and 82. RGB value is (221,126,130). Sum of RGB (Red+Green+Blue) = 221+126+130=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E82 is #22817D. Grayscale: #9A9A9A. Windows color (decimal): -2261374 or 8552157. OLE color: 8552157.
HSL color Cylindrical-coordinate representation of color #DD7E82: hue angle of 357.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7E82 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 130 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 357.47º | 0.58% | 0.68% | - |
| HSV(B) | 357.47º | 0.43% | 0.87% | - |
| XYZ | 41.31 | 31.91 | 25.1 | - |
| YUV | 154.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 130 | 0 | 0.43 | 0.41 | 0.13 | 357.47 | 0.58 | 0.68 |
| Hex | DD | 7E | 82 | 0 | 2B | 29 | D | 165 | 3A | 44 |
| Octal | 335 | 176 | 202 | 0 | 53 | 51 | 15 | 545 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10000010 | 0 | 101011 | 101001 | 1101 | 101100101 | 111010 | 1000100 |
Color Harmonies of #DD7E82
Complementary color
Monochromatic Colors of #DD7E82
Black with #DD7E82
Text Example
Text Example
White with #DD7E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E82; }
p { color: rgb(221,126,130); }
H1.HeaderClassName
{
color: #DD7E82;
}
.AnyTagClassName
{
color: #DD7E82;
}
</style>
background-color css
<style>
a { background-color: #DD7E82; }
a { background-color: rgb(221,126,130); }
div.DivClassName
{
background-color: #DD7E82;
}
.BgClassName
{
background-color: #DD7E82;
}
</style>
border-color css
<style>
span { border-color: #DD7E82; }
span { border-color: rgb(221,126,130); }
td.TdClassName
{
border-color: #DD7E82;
}
.TagClassName
{
border-color: #DD7E82;
}
</style>