Shades of Froly #DD707D
Tints of Froly #DD707D
RGB
CMYK
RGB Variations
Color information
#DD707D (or 0xDD707D) is known color: Froly. HEX triplet: DD, 70 and 7D. RGB value is (221,112,125). Sum of RGB (Red+Green+Blue) = 221+112+125=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD707D is #228F82. Grayscale: #929292. Windows color (decimal): -2264963 or 8220893. OLE color: 8220893.
HSL color Cylindrical-coordinate representation of color #DD707D: hue angle of 352.84º degrees, saturation: 0.62, 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 #DD707D is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 125 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.13 |
| HSL | 352.84º | 0.62% | 0.65% | - |
| HSV(B) | 352.84º | 0.49% | 0.87% | - |
| XYZ | 39.31 | 28.44 | 22.82 | - |
| YUV | 146.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 125 | 0 | 0.49 | 0.43 | 0.13 | 352.84 | 0.62 | 0.65 |
| Hex | DD | 70 | 7D | 0 | 31 | 2B | D | 161 | 3E | 41 |
| Octal | 335 | 160 | 175 | 0 | 61 | 53 | 15 | 541 | 76 | 101 |
| Binary | 11011101 | 1110000 | 1111101 | 0 | 110001 | 101011 | 1101 | 101100001 | 111110 | 1000001 |
Color Harmonies of #DD707D
Complementary color
Monochromatic Colors of #DD707D
Black with #DD707D
Text Example
Text Example
White with #DD707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD707D; }
p { color: rgb(221,112,125); }
H1.HeaderClassName
{
color: #DD707D;
}
.AnyTagClassName
{
color: #DD707D;
}
</style>
background-color css
<style>
a { background-color: #DD707D; }
a { background-color: rgb(221,112,125); }
div.DivClassName
{
background-color: #DD707D;
}
.BgClassName
{
background-color: #DD707D;
}
</style>
border-color css
<style>
span { border-color: #DD707D; }
span { border-color: rgb(221,112,125); }
td.TdClassName
{
border-color: #DD707D;
}
.TagClassName
{
border-color: #DD707D;
}
</style>