Shades of Froly #DD7980
Tints of Froly #DD7980
RGB
CMYK
RGB Variations
Color information
#DD7980 (or 0xDD7980) is known color: Froly. HEX triplet: DD, 79 and 80. RGB value is (221,121,128). Sum of RGB (Red+Green+Blue) = 221+121+128=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7980 is #22867F. Grayscale: #979797. Windows color (decimal): -2262656 or 8419805. OLE color: 8419805.
HSL color Cylindrical-coordinate representation of color #DD7980: hue angle of 355.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7980 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 128 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.13 |
| HSL | 355.8º | 0.6% | 0.67% | - |
| HSV(B) | 355.8º | 0.45% | 0.87% | - |
| XYZ | 40.55 | 30.61 | 24.19 | - |
| YUV | 151.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 128 | 0 | 0.45 | 0.42 | 0.13 | 355.8 | 0.6 | 0.67 |
| Hex | DD | 79 | 80 | 0 | 2D | 2A | D | 164 | 3C | 43 |
| Octal | 335 | 171 | 200 | 0 | 55 | 52 | 15 | 544 | 74 | 103 |
| Binary | 11011101 | 1111001 | 10000000 | 0 | 101101 | 101010 | 1101 | 101100100 | 111100 | 1000011 |
Color Harmonies of #DD7980
Complementary color
Monochromatic Colors of #DD7980
Black with #DD7980
Text Example
Text Example
White with #DD7980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7980; }
p { color: rgb(221,121,128); }
H1.HeaderClassName
{
color: #DD7980;
}
.AnyTagClassName
{
color: #DD7980;
}
</style>
background-color css
<style>
a { background-color: #DD7980; }
a { background-color: rgb(221,121,128); }
div.DivClassName
{
background-color: #DD7980;
}
.BgClassName
{
background-color: #DD7980;
}
</style>
border-color css
<style>
span { border-color: #DD7980; }
span { border-color: rgb(221,121,128); }
td.TdClassName
{
border-color: #DD7980;
}
.TagClassName
{
border-color: #DD7980;
}
</style>