Shades of Froly #DD6777
Tints of Froly #DD6777
RGB
CMYK
RGB Variations
Color information
#DD6777 (or 0xDD6777) is known color: Froly. HEX triplet: DD, 67 and 77. RGB value is (221,103,119). Sum of RGB (Red+Green+Blue) = 221+103+119=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6777 is #229888. Grayscale: #8C8C8C. Windows color (decimal): -2267273 or 7825373. OLE color: 7825373.
HSL color Cylindrical-coordinate representation of color #DD6777: hue angle of 351.86º 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 #DD6777 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 119 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.13 |
| HSL | 351.86º | 0.63% | 0.64% | - |
| HSV(B) | 351.86º | 0.53% | 0.87% | - |
| XYZ | 38 | 26.4 | 20.55 | - |
| YUV | 140.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 119 | 0 | 0.53 | 0.46 | 0.13 | 351.86 | 0.63 | 0.64 |
| Hex | DD | 67 | 77 | 0 | 35 | 2E | D | 160 | 3F | 40 |
| Octal | 335 | 147 | 167 | 0 | 65 | 56 | 15 | 540 | 77 | 100 |
| Binary | 11011101 | 1100111 | 1110111 | 0 | 110101 | 101110 | 1101 | 101100000 | 111111 | 1000000 |
Color Harmonies of #DD6777
Complementary color
Monochromatic Colors of #DD6777
Black with #DD6777
Text Example
Text Example
White with #DD6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6777; }
p { color: rgb(221,103,119); }
H1.HeaderClassName
{
color: #DD6777;
}
.AnyTagClassName
{
color: #DD6777;
}
</style>
background-color css
<style>
a { background-color: #DD6777; }
a { background-color: rgb(221,103,119); }
div.DivClassName
{
background-color: #DD6777;
}
.BgClassName
{
background-color: #DD6777;
}
</style>
border-color css
<style>
span { border-color: #DD6777; }
span { border-color: rgb(221,103,119); }
td.TdClassName
{
border-color: #DD6777;
}
.TagClassName
{
border-color: #DD6777;
}
</style>