Shades of Froly #DD6876
Tints of Froly #DD6876
RGB
CMYK
RGB Variations
Color information
#DD6876 (or 0xDD6876) is known color: Froly. HEX triplet: DD, 68 and 76. RGB value is (221,104,118). Sum of RGB (Red+Green+Blue) = 221+104+118=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6876 is #229789. Grayscale: #8C8C8C. Windows color (decimal): -2267018 or 7760093. OLE color: 7760093.
HSL color Cylindrical-coordinate representation of color #DD6876: hue angle of 352.82º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6876 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 118 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.13 |
| HSL | 352.82º | 0.63% | 0.64% | - |
| HSV(B) | 352.82º | 0.53% | 0.87% | - |
| XYZ | 38.04 | 26.58 | 20.27 | - |
| YUV | 140.58 | 115.26 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 118 | 0 | 0.53 | 0.47 | 0.13 | 352.82 | 0.63 | 0.64 |
| Hex | DD | 68 | 76 | 0 | 35 | 2F | D | 161 | 3F | 40 |
| Octal | 335 | 150 | 166 | 0 | 65 | 57 | 15 | 541 | 77 | 100 |
| Binary | 11011101 | 1101000 | 1110110 | 0 | 110101 | 101111 | 1101 | 101100001 | 111111 | 1000000 |
Color Harmonies of #DD6876
Complementary color
Monochromatic Colors of #DD6876
Black with #DD6876
Text Example
Text Example
White with #DD6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6876; }
p { color: rgb(221,104,118); }
H1.HeaderClassName
{
color: #DD6876;
}
.AnyTagClassName
{
color: #DD6876;
}
</style>
background-color css
<style>
a { background-color: #DD6876; }
a { background-color: rgb(221,104,118); }
div.DivClassName
{
background-color: #DD6876;
}
.BgClassName
{
background-color: #DD6876;
}
</style>
border-color css
<style>
span { border-color: #DD6876; }
span { border-color: rgb(221,104,118); }
td.TdClassName
{
border-color: #DD6876;
}
.TagClassName
{
border-color: #DD6876;
}
</style>