Shades of Froly #DD7D82
Tints of Froly #DD7D82
RGB
CMYK
RGB Variations
Color information
#DD7D82 (or 0xDD7D82) is known color: Froly. HEX triplet: DD, 7D and 82. RGB value is (221,125,130). Sum of RGB (Red+Green+Blue) = 221+125+130=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D82 is #22827D. Grayscale: #9A9A9A. Windows color (decimal): -2261630 or 8551901. OLE color: 8551901.
HSL color Cylindrical-coordinate representation of color #DD7D82: hue angle of 356.88º degrees, saturation: 0.59, 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 #DD7D82 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 130 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 356.88º | 0.59% | 0.68% | - |
| HSV(B) | 356.88º | 0.43% | 0.87% | - |
| XYZ | 41.18 | 31.65 | 25.06 | - |
| YUV | 154.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 130 | 0 | 0.43 | 0.41 | 0.13 | 356.88 | 0.59 | 0.68 |
| Hex | DD | 7D | 82 | 0 | 2B | 29 | D | 165 | 3B | 44 |
| Octal | 335 | 175 | 202 | 0 | 53 | 51 | 15 | 545 | 73 | 104 |
| Binary | 11011101 | 1111101 | 10000010 | 0 | 101011 | 101001 | 1101 | 101100101 | 111011 | 1000100 |
Color Harmonies of #DD7D82
Complementary color
Monochromatic Colors of #DD7D82
Black with #DD7D82
Text Example
Text Example
White with #DD7D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D82; }
p { color: rgb(221,125,130); }
H1.HeaderClassName
{
color: #DD7D82;
}
.AnyTagClassName
{
color: #DD7D82;
}
</style>
background-color css
<style>
a { background-color: #DD7D82; }
a { background-color: rgb(221,125,130); }
div.DivClassName
{
background-color: #DD7D82;
}
.BgClassName
{
background-color: #DD7D82;
}
</style>
border-color css
<style>
span { border-color: #DD7D82; }
span { border-color: rgb(221,125,130); }
td.TdClassName
{
border-color: #DD7D82;
}
.TagClassName
{
border-color: #DD7D82;
}
</style>