Shades of Froly #DD6870
Tints of Froly #DD6870
RGB
CMYK
RGB Variations
Color information
#DD6870 (or 0xDD6870) is known color: Froly. HEX triplet: DD, 68 and 70. RGB value is (221,104,112). Sum of RGB (Red+Green+Blue) = 221+104+112=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6870 is #22978F. Grayscale: #8B8B8B. Windows color (decimal): -2267024 or 7366877. OLE color: 7366877.
HSL color Cylindrical-coordinate representation of color #DD6870: hue angle of 355.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6870 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 112 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.13 |
| HSL | 355.9º | 0.63% | 0.64% | - |
| HSV(B) | 355.9º | 0.53% | 0.87% | - |
| XYZ | 37.69 | 26.44 | 18.45 | - |
| YUV | 139.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 112 | 0 | 0.53 | 0.49 | 0.13 | 355.9 | 0.63 | 0.64 |
| Hex | DD | 68 | 70 | 0 | 35 | 31 | D | 164 | 3F | 40 |
| Octal | 335 | 150 | 160 | 0 | 65 | 61 | 15 | 544 | 77 | 100 |
| Binary | 11011101 | 1101000 | 1110000 | 0 | 110101 | 110001 | 1101 | 101100100 | 111111 | 1000000 |
Color Harmonies of #DD6870
Complementary color
Monochromatic Colors of #DD6870
Black with #DD6870
Text Example
Text Example
White with #DD6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6870; }
p { color: rgb(221,104,112); }
H1.HeaderClassName
{
color: #DD6870;
}
.AnyTagClassName
{
color: #DD6870;
}
</style>
background-color css
<style>
a { background-color: #DD6870; }
a { background-color: rgb(221,104,112); }
div.DivClassName
{
background-color: #DD6870;
}
.BgClassName
{
background-color: #DD6870;
}
</style>
border-color css
<style>
span { border-color: #DD6870; }
span { border-color: rgb(221,104,112); }
td.TdClassName
{
border-color: #DD6870;
}
.TagClassName
{
border-color: #DD6870;
}
</style>