Shades of Froly #DD6164
Tints of Froly #DD6164
RGB
CMYK
RGB Variations
Color information
#DD6164 (or 0xDD6164) is known color: Froly. HEX triplet: DD, 61 and 64. RGB value is (221,97,100). Sum of RGB (Red+Green+Blue) = 221+97+100=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6164 is #229E9B. Grayscale: #868686. Windows color (decimal): -2268828 or 6578653. OLE color: 6578653.
HSL color Cylindrical-coordinate representation of color #DD6164: hue angle of 358.55º 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 #DD6164 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 100 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.13 |
| HSL | 358.55º | 0.65% | 0.62% | - |
| HSV(B) | 358.55º | 0.56% | 0.87% | - |
| XYZ | 36.39 | 24.84 | 14.93 | - |
| YUV | 134.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 100 | 0 | 0.56 | 0.55 | 0.13 | 358.55 | 0.65 | 0.62 |
| Hex | DD | 61 | 64 | 0 | 38 | 37 | D | 167 | 41 | 3E |
| Octal | 335 | 141 | 144 | 0 | 70 | 67 | 15 | 547 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1100100 | 0 | 111000 | 110111 | 1101 | 101100111 | 1000001 | 111110 |
Color Harmonies of #DD6164
Complementary color
Monochromatic Colors of #DD6164
Black with #DD6164
Text Example
Text Example
White with #DD6164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6164; }
p { color: rgb(221,97,100); }
H1.HeaderClassName
{
color: #DD6164;
}
.AnyTagClassName
{
color: #DD6164;
}
</style>
background-color css
<style>
a { background-color: #DD6164; }
a { background-color: rgb(221,97,100); }
div.DivClassName
{
background-color: #DD6164;
}
.BgClassName
{
background-color: #DD6164;
}
</style>
border-color css
<style>
span { border-color: #DD6164; }
span { border-color: rgb(221,97,100); }
td.TdClassName
{
border-color: #DD6164;
}
.TagClassName
{
border-color: #DD6164;
}
</style>