Shades of Froly #DD656E
Tints of Froly #DD656E
RGB
CMYK
RGB Variations
Color information
#DD656E (or 0xDD656E) is known color: Froly. HEX triplet: DD, 65 and 6E. RGB value is (221,101,110). Sum of RGB (Red+Green+Blue) = 221+101+110=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656E is #229A91. Grayscale: #898989. Windows color (decimal): -2267794 or 7235037. OLE color: 7235037.
HSL color Cylindrical-coordinate representation of color #DD656E: hue angle of 355.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 #DD656E is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 110 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.13 |
| HSL | 355.5º | 0.64% | 0.63% | - |
| HSV(B) | 355.5º | 0.54% | 0.87% | - |
| XYZ | 37.29 | 25.81 | 17.77 | - |
| YUV | 137.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 110 | 0 | 0.54 | 0.50 | 0.13 | 355.5 | 0.64 | 0.63 |
| Hex | DD | 65 | 6E | 0 | 36 | 32 | D | 164 | 40 | 3F |
| Octal | 335 | 145 | 156 | 0 | 66 | 62 | 15 | 544 | 100 | 77 |
| Binary | 11011101 | 1100101 | 1101110 | 0 | 110110 | 110010 | 1101 | 101100100 | 1000000 | 111111 |
Color Harmonies of #DD656E
Complementary color
Monochromatic Colors of #DD656E
Black with #DD656E
Text Example
Text Example
White with #DD656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD656E; }
p { color: rgb(221,101,110); }
H1.HeaderClassName
{
color: #DD656E;
}
.AnyTagClassName
{
color: #DD656E;
}
</style>
background-color css
<style>
a { background-color: #DD656E; }
a { background-color: rgb(221,101,110); }
div.DivClassName
{
background-color: #DD656E;
}
.BgClassName
{
background-color: #DD656E;
}
</style>
border-color css
<style>
span { border-color: #DD656E; }
span { border-color: rgb(221,101,110); }
td.TdClassName
{
border-color: #DD656E;
}
.TagClassName
{
border-color: #DD656E;
}
</style>