Shades of Froly #DD7E80
Tints of Froly #DD7E80
RGB
CMYK
RGB Variations
Color information
#DD7E80 (or 0xDD7E80) is known color: Froly. HEX triplet: DD, 7E and 80. RGB value is (221,126,128). Sum of RGB (Red+Green+Blue) = 221+126+128=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7E80 is #22817F. Grayscale: #9A9A9A. Windows color (decimal): -2261376 or 8421085. OLE color: 8421085.
HSL color Cylindrical-coordinate representation of color #DD7E80: hue angle of 358.74º 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 #DD7E80 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 128 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.13 |
| HSL | 358.74º | 0.58% | 0.68% | - |
| HSV(B) | 358.74º | 0.43% | 0.87% | - |
| XYZ | 41.18 | 31.85 | 24.4 | - |
| YUV | 154.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 128 | 0 | 0.43 | 0.42 | 0.13 | 358.74 | 0.58 | 0.68 |
| Hex | DD | 7E | 80 | 0 | 2B | 2A | D | 167 | 3A | 44 |
| Octal | 335 | 176 | 200 | 0 | 53 | 52 | 15 | 547 | 72 | 104 |
| Binary | 11011101 | 1111110 | 10000000 | 0 | 101011 | 101010 | 1101 | 101100111 | 111010 | 1000100 |
Color Harmonies of #DD7E80
Complementary color
Monochromatic Colors of #DD7E80
Black with #DD7E80
Text Example
Text Example
White with #DD7E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E80; }
p { color: rgb(221,126,128); }
H1.HeaderClassName
{
color: #DD7E80;
}
.AnyTagClassName
{
color: #DD7E80;
}
</style>
background-color css
<style>
a { background-color: #DD7E80; }
a { background-color: rgb(221,126,128); }
div.DivClassName
{
background-color: #DD7E80;
}
.BgClassName
{
background-color: #DD7E80;
}
</style>
border-color css
<style>
span { border-color: #DD7E80; }
span { border-color: rgb(221,126,128); }
td.TdClassName
{
border-color: #DD7E80;
}
.TagClassName
{
border-color: #DD7E80;
}
</style>