Shades of Froly #DD6670
Tints of Froly #DD6670
RGB
CMYK
RGB Variations
Color information
#DD6670 (or 0xDD6670) is known color: Froly. HEX triplet: DD, 66 and 70. RGB value is (221,102,112). Sum of RGB (Red+Green+Blue) = 221+102+112=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6670 is #22998F. Grayscale: #8A8A8A. Windows color (decimal): -2267536 or 7366365. OLE color: 7366365.
HSL color Cylindrical-coordinate representation of color #DD6670: hue angle of 354.96º 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 #DD6670 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 112 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.13 |
| HSL | 354.96º | 0.64% | 0.63% | - |
| HSV(B) | 354.96º | 0.54% | 0.87% | - |
| XYZ | 37.49 | 26.04 | 18.38 | - |
| YUV | 138.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 112 | 0 | 0.54 | 0.49 | 0.13 | 354.96 | 0.64 | 0.63 |
| Hex | DD | 66 | 70 | 0 | 36 | 31 | D | 163 | 40 | 3F |
| Octal | 335 | 146 | 160 | 0 | 66 | 61 | 15 | 543 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1110000 | 0 | 110110 | 110001 | 1101 | 101100011 | 1000000 | 111111 |
Color Harmonies of #DD6670
Complementary color
Monochromatic Colors of #DD6670
Black with #DD6670
Text Example
Text Example
White with #DD6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6670; }
p { color: rgb(221,102,112); }
H1.HeaderClassName
{
color: #DD6670;
}
.AnyTagClassName
{
color: #DD6670;
}
</style>
background-color css
<style>
a { background-color: #DD6670; }
a { background-color: rgb(221,102,112); }
div.DivClassName
{
background-color: #DD6670;
}
.BgClassName
{
background-color: #DD6670;
}
</style>
border-color css
<style>
span { border-color: #DD6670; }
span { border-color: rgb(221,102,112); }
td.TdClassName
{
border-color: #DD6670;
}
.TagClassName
{
border-color: #DD6670;
}
</style>