Shades of Froly #DD687A
Tints of Froly #DD687A
RGB
CMYK
RGB Variations
Color information
#DD687A (or 0xDD687A) is known color: Froly. HEX triplet: DD, 68 and 7A. RGB value is (221,104,122). Sum of RGB (Red+Green+Blue) = 221+104+122=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD687A is #229785. Grayscale: #8D8D8D. Windows color (decimal): -2267014 or 8022237. OLE color: 8022237.
HSL color Cylindrical-coordinate representation of color #DD687A: hue angle of 350.77º 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 #DD687A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 122 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.13 |
| HSL | 350.77º | 0.63% | 0.64% | - |
| HSV(B) | 350.77º | 0.53% | 0.87% | - |
| XYZ | 38.28 | 26.68 | 21.54 | - |
| YUV | 141.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 122 | 0 | 0.53 | 0.45 | 0.13 | 350.77 | 0.63 | 0.64 |
| Hex | DD | 68 | 7A | 0 | 35 | 2D | D | 15F | 3F | 40 |
| Octal | 335 | 150 | 172 | 0 | 65 | 55 | 15 | 537 | 77 | 100 |
| Binary | 11011101 | 1101000 | 1111010 | 0 | 110101 | 101101 | 1101 | 101011111 | 111111 | 1000000 |
Color Harmonies of #DD687A
Complementary color
Monochromatic Colors of #DD687A
Black with #DD687A
Text Example
Text Example
White with #DD687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD687A; }
p { color: rgb(221,104,122); }
H1.HeaderClassName
{
color: #DD687A;
}
.AnyTagClassName
{
color: #DD687A;
}
</style>
background-color css
<style>
a { background-color: #DD687A; }
a { background-color: rgb(221,104,122); }
div.DivClassName
{
background-color: #DD687A;
}
.BgClassName
{
background-color: #DD687A;
}
</style>
border-color css
<style>
span { border-color: #DD687A; }
span { border-color: rgb(221,104,122); }
td.TdClassName
{
border-color: #DD687A;
}
.TagClassName
{
border-color: #DD687A;
}
</style>