Shades of Froly #DD707A
Tints of Froly #DD707A
RGB
CMYK
RGB Variations
Color information
#DD707A (or 0xDD707A) is known color: Froly. HEX triplet: DD, 70 and 7A. RGB value is (221,112,122). Sum of RGB (Red+Green+Blue) = 221+112+122=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD707A is #228F85. Grayscale: #919191. Windows color (decimal): -2264966 or 8024285. OLE color: 8024285.
HSL color Cylindrical-coordinate representation of color #DD707A: hue angle of 354.5º 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 #DD707A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 122 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.13 |
| HSL | 354.5º | 0.62% | 0.65% | - |
| HSV(B) | 354.5º | 0.49% | 0.87% | - |
| XYZ | 39.13 | 28.37 | 21.83 | - |
| YUV | 145.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 122 | 0 | 0.49 | 0.45 | 0.13 | 354.5 | 0.62 | 0.65 |
| Hex | DD | 70 | 7A | 0 | 31 | 2D | D | 162 | 3E | 41 |
| Octal | 335 | 160 | 172 | 0 | 61 | 55 | 15 | 542 | 76 | 101 |
| Binary | 11011101 | 1110000 | 1111010 | 0 | 110001 | 101101 | 1101 | 101100010 | 111110 | 1000001 |
Color Harmonies of #DD707A
Complementary color
Monochromatic Colors of #DD707A
Black with #DD707A
Text Example
Text Example
White with #DD707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD707A; }
p { color: rgb(221,112,122); }
H1.HeaderClassName
{
color: #DD707A;
}
.AnyTagClassName
{
color: #DD707A;
}
</style>
background-color css
<style>
a { background-color: #DD707A; }
a { background-color: rgb(221,112,122); }
div.DivClassName
{
background-color: #DD707A;
}
.BgClassName
{
background-color: #DD707A;
}
</style>
border-color css
<style>
span { border-color: #DD707A; }
span { border-color: rgb(221,112,122); }
td.TdClassName
{
border-color: #DD707A;
}
.TagClassName
{
border-color: #DD707A;
}
</style>