Shades of Froly #DD6677
Tints of Froly #DD6677
RGB
CMYK
RGB Variations
Color information
#DD6677 (or 0xDD6677) is known color: Froly. HEX triplet: DD, 66 and 77. RGB value is (221,102,119). Sum of RGB (Red+Green+Blue) = 221+102+119=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6677 is #229988. Grayscale: #8B8B8B. Windows color (decimal): -2267529 or 7825117. OLE color: 7825117.
HSL color Cylindrical-coordinate representation of color #DD6677: hue angle of 351.43º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6677 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 119 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.13 |
| HSL | 351.43º | 0.64% | 0.63% | - |
| HSV(B) | 351.43º | 0.54% | 0.87% | - |
| XYZ | 37.9 | 26.21 | 20.51 | - |
| YUV | 139.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 119 | 0 | 0.54 | 0.46 | 0.13 | 351.43 | 0.64 | 0.63 |
| Hex | DD | 66 | 77 | 0 | 36 | 2E | D | 15F | 40 | 3F |
| Octal | 335 | 146 | 167 | 0 | 66 | 56 | 15 | 537 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1110111 | 0 | 110110 | 101110 | 1101 | 101011111 | 1000000 | 111111 |
Color Harmonies of #DD6677
Complementary color
Monochromatic Colors of #DD6677
Black with #DD6677
Text Example
Text Example
White with #DD6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6677; }
p { color: rgb(221,102,119); }
H1.HeaderClassName
{
color: #DD6677;
}
.AnyTagClassName
{
color: #DD6677;
}
</style>
background-color css
<style>
a { background-color: #DD6677; }
a { background-color: rgb(221,102,119); }
div.DivClassName
{
background-color: #DD6677;
}
.BgClassName
{
background-color: #DD6677;
}
</style>
border-color css
<style>
span { border-color: #DD6677; }
span { border-color: rgb(221,102,119); }
td.TdClassName
{
border-color: #DD6677;
}
.TagClassName
{
border-color: #DD6677;
}
</style>