Shades of Froly #DD697B
Tints of Froly #DD697B
RGB
CMYK
RGB Variations
Color information
#DD697B (or 0xDD697B) is known color: Froly. HEX triplet: DD, 69 and 7B. RGB value is (221,105,123). Sum of RGB (Red+Green+Blue) = 221+105+123=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD697B is #229684. Grayscale: #8D8D8D. Windows color (decimal): -2266757 or 8088029. OLE color: 8088029.
HSL color Cylindrical-coordinate representation of color #DD697B: hue angle of 350.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD697B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 123 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.13 |
| HSL | 350.69º | 0.63% | 0.64% | - |
| HSV(B) | 350.69º | 0.52% | 0.87% | - |
| XYZ | 38.45 | 26.91 | 21.91 | - |
| YUV | 141.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 123 | 0 | 0.52 | 0.44 | 0.13 | 350.69 | 0.63 | 0.64 |
| Hex | DD | 69 | 7B | 0 | 34 | 2C | D | 15F | 3F | 40 |
| Octal | 335 | 151 | 173 | 0 | 64 | 54 | 15 | 537 | 77 | 100 |
| Binary | 11011101 | 1101001 | 1111011 | 0 | 110100 | 101100 | 1101 | 101011111 | 111111 | 1000000 |
Color Harmonies of #DD697B
Complementary color
Monochromatic Colors of #DD697B
Black with #DD697B
Text Example
Text Example
White with #DD697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD697B; }
p { color: rgb(221,105,123); }
H1.HeaderClassName
{
color: #DD697B;
}
.AnyTagClassName
{
color: #DD697B;
}
</style>
background-color css
<style>
a { background-color: #DD697B; }
a { background-color: rgb(221,105,123); }
div.DivClassName
{
background-color: #DD697B;
}
.BgClassName
{
background-color: #DD697B;
}
</style>
border-color css
<style>
span { border-color: #DD697B; }
span { border-color: rgb(221,105,123); }
td.TdClassName
{
border-color: #DD697B;
}
.TagClassName
{
border-color: #DD697B;
}
</style>