Shades of Froly #DD657C
Tints of Froly #DD657C
RGB
CMYK
RGB Variations
Color information
#DD657C (or 0xDD657C) is known color: Froly. HEX triplet: DD, 65 and 7C. RGB value is (221,101,124). Sum of RGB (Red+Green+Blue) = 221+101+124=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD657C is #229A83. Grayscale: #8B8B8B. Windows color (decimal): -2267780 or 8152541. OLE color: 8152541.
HSL color Cylindrical-coordinate representation of color #DD657C: hue angle of 348.5º 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 #DD657C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 124 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.13 |
| HSL | 348.5º | 0.64% | 0.63% | - |
| HSV(B) | 348.5º | 0.54% | 0.87% | - |
| XYZ | 38.11 | 26.13 | 22.1 | - |
| YUV | 139.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 124 | 0 | 0.54 | 0.44 | 0.13 | 348.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 7C | 0 | 36 | 2C | D | 15C | 40 | 3F |
| Octal | 335 | 145 | 174 | 0 | 66 | 54 | 15 | 534 | 100 | 77 |
| Binary | 11011101 | 1100101 | 1111100 | 0 | 110110 | 101100 | 1101 | 101011100 | 1000000 | 111111 |
Color Harmonies of #DD657C
Complementary color
Monochromatic Colors of #DD657C
Black with #DD657C
Text Example
Text Example
White with #DD657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD657C; }
p { color: rgb(221,101,124); }
H1.HeaderClassName
{
color: #DD657C;
}
.AnyTagClassName
{
color: #DD657C;
}
</style>
background-color css
<style>
a { background-color: #DD657C; }
a { background-color: rgb(221,101,124); }
div.DivClassName
{
background-color: #DD657C;
}
.BgClassName
{
background-color: #DD657C;
}
</style>
border-color css
<style>
span { border-color: #DD657C; }
span { border-color: rgb(221,101,124); }
td.TdClassName
{
border-color: #DD657C;
}
.TagClassName
{
border-color: #DD657C;
}
</style>