Shades of Froly #DD717B
Tints of Froly #DD717B
RGB
CMYK
RGB Variations
Color information
#DD717B (or 0xDD717B) is known color: Froly. HEX triplet: DD, 71 and 7B. RGB value is (221,113,123). Sum of RGB (Red+Green+Blue) = 221+113+123=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717B is #228E84. Grayscale: #929292. Windows color (decimal): -2264709 or 8090077. OLE color: 8090077.
HSL color Cylindrical-coordinate representation of color #DD717B: hue angle of 354.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD717B is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 123 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.13 |
| HSL | 354.44º | 0.61% | 0.65% | - |
| HSV(B) | 354.44º | 0.49% | 0.87% | - |
| XYZ | 39.3 | 28.61 | 22.19 | - |
| YUV | 146.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 123 | 0 | 0.49 | 0.44 | 0.13 | 354.44 | 0.61 | 0.65 |
| Hex | DD | 71 | 7B | 0 | 31 | 2C | D | 162 | 3D | 41 |
| Octal | 335 | 161 | 173 | 0 | 61 | 54 | 15 | 542 | 75 | 101 |
| Binary | 11011101 | 1110001 | 1111011 | 0 | 110001 | 101100 | 1101 | 101100010 | 111101 | 1000001 |
Color Harmonies of #DD717B
Complementary color
Monochromatic Colors of #DD717B
Black with #DD717B
Text Example
Text Example
White with #DD717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD717B; }
p { color: rgb(221,113,123); }
H1.HeaderClassName
{
color: #DD717B;
}
.AnyTagClassName
{
color: #DD717B;
}
</style>
background-color css
<style>
a { background-color: #DD717B; }
a { background-color: rgb(221,113,123); }
div.DivClassName
{
background-color: #DD717B;
}
.BgClassName
{
background-color: #DD717B;
}
</style>
border-color css
<style>
span { border-color: #DD717B; }
span { border-color: rgb(221,113,123); }
td.TdClassName
{
border-color: #DD717B;
}
.TagClassName
{
border-color: #DD717B;
}
</style>