Shades of Froly #DD7F80
Tints of Froly #DD7F80
RGB
CMYK
RGB Variations
Color information
#DD7F80 (or 0xDD7F80) is known color: Froly. HEX triplet: DD, 7F and 80. RGB value is (221,127,128). Sum of RGB (Red+Green+Blue) = 221+127+128=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F80 is #22807F. Grayscale: #9B9B9B. Windows color (decimal): -2261120 or 8421341. OLE color: 8421341.
HSL color Cylindrical-coordinate representation of color #DD7F80: hue angle of 359.36º 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 #DD7F80 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 128 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.13 |
| HSL | 359.36º | 0.58% | 0.68% | - |
| HSV(B) | 359.36º | 0.43% | 0.87% | - |
| XYZ | 41.3 | 32.11 | 24.44 | - |
| YUV | 155.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 128 | 0 | 0.43 | 0.42 | 0.13 | 359.36 | 0.58 | 0.68 |
| Hex | DD | 7F | 80 | 0 | 2B | 2A | D | 167 | 3A | 44 |
| Octal | 335 | 177 | 200 | 0 | 53 | 52 | 15 | 547 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10000000 | 0 | 101011 | 101010 | 1101 | 101100111 | 111010 | 1000100 |
Color Harmonies of #DD7F80
Complementary color
Monochromatic Colors of #DD7F80
Black with #DD7F80
Text Example
Text Example
White with #DD7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F80; }
p { color: rgb(221,127,128); }
H1.HeaderClassName
{
color: #DD7F80;
}
.AnyTagClassName
{
color: #DD7F80;
}
</style>
background-color css
<style>
a { background-color: #DD7F80; }
a { background-color: rgb(221,127,128); }
div.DivClassName
{
background-color: #DD7F80;
}
.BgClassName
{
background-color: #DD7F80;
}
</style>
border-color css
<style>
span { border-color: #DD7F80; }
span { border-color: rgb(221,127,128); }
td.TdClassName
{
border-color: #DD7F80;
}
.TagClassName
{
border-color: #DD7F80;
}
</style>