Shades of Froly #DD6170
Tints of Froly #DD6170
RGB
CMYK
RGB Variations
Color information
#DD6170 (or 0xDD6170) is known color: Froly. HEX triplet: DD, 61 and 70. RGB value is (221,97,112). Sum of RGB (Red+Green+Blue) = 221+97+112=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6170 is #229E8F. Grayscale: #878787. Windows color (decimal): -2268816 or 7365085. OLE color: 7365085.
HSL color Cylindrical-coordinate representation of color #DD6170: hue angle of 352.74º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6170 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 112 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.13 |
| HSL | 352.74º | 0.65% | 0.62% | - |
| HSV(B) | 352.74º | 0.56% | 0.87% | - |
| XYZ | 37.02 | 25.09 | 18.22 | - |
| YUV | 135.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 112 | 0 | 0.56 | 0.49 | 0.13 | 352.74 | 0.65 | 0.62 |
| Hex | DD | 61 | 70 | 0 | 38 | 31 | D | 161 | 41 | 3E |
| Octal | 335 | 141 | 160 | 0 | 70 | 61 | 15 | 541 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1110000 | 0 | 111000 | 110001 | 1101 | 101100001 | 1000001 | 111110 |
Color Harmonies of #DD6170
Complementary color
Monochromatic Colors of #DD6170
Black with #DD6170
Text Example
Text Example
White with #DD6170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6170; }
p { color: rgb(221,97,112); }
H1.HeaderClassName
{
color: #DD6170;
}
.AnyTagClassName
{
color: #DD6170;
}
</style>
background-color css
<style>
a { background-color: #DD6170; }
a { background-color: rgb(221,97,112); }
div.DivClassName
{
background-color: #DD6170;
}
.BgClassName
{
background-color: #DD6170;
}
</style>
border-color css
<style>
span { border-color: #DD6170; }
span { border-color: rgb(221,97,112); }
td.TdClassName
{
border-color: #DD6170;
}
.TagClassName
{
border-color: #DD6170;
}
</style>