Shades of Froly #DD717E
Tints of Froly #DD717E
RGB
CMYK
RGB Variations
Color information
#DD717E (or 0xDD717E) is known color: Froly. HEX triplet: DD, 71 and 7E. RGB value is (221,113,126). Sum of RGB (Red+Green+Blue) = 221+113+126=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD717E is #228E81. Grayscale: #929292. Windows color (decimal): -2264706 or 8286685. OLE color: 8286685.
HSL color Cylindrical-coordinate representation of color #DD717E: hue angle of 352.78º 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 #DD717E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 113 | 126 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.13 |
| HSL | 352.78º | 0.61% | 0.65% | - |
| HSV(B) | 352.78º | 0.49% | 0.87% | - |
| XYZ | 39.49 | 28.69 | 23.19 | - |
| YUV | 146.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 113 | 126 | 0 | 0.49 | 0.43 | 0.13 | 352.78 | 0.61 | 0.65 |
| Hex | DD | 71 | 7E | 0 | 31 | 2B | D | 161 | 3D | 41 |
| Octal | 335 | 161 | 176 | 0 | 61 | 53 | 15 | 541 | 75 | 101 |
| Binary | 11011101 | 1110001 | 1111110 | 0 | 110001 | 101011 | 1101 | 101100001 | 111101 | 1000001 |
Color Harmonies of #DD717E
Complementary color
Monochromatic Colors of #DD717E
Black with #DD717E
Text Example
Text Example
White with #DD717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD717E; }
p { color: rgb(221,113,126); }
H1.HeaderClassName
{
color: #DD717E;
}
.AnyTagClassName
{
color: #DD717E;
}
</style>
background-color css
<style>
a { background-color: #DD717E; }
a { background-color: rgb(221,113,126); }
div.DivClassName
{
background-color: #DD717E;
}
.BgClassName
{
background-color: #DD717E;
}
</style>
border-color css
<style>
span { border-color: #DD717E; }
span { border-color: rgb(221,113,126); }
td.TdClassName
{
border-color: #DD717E;
}
.TagClassName
{
border-color: #DD717E;
}
</style>