Shades of Froly #DF646D
Tints of Froly #DF646D
RGB
CMYK
RGB Variations
Color information
#DF646D (or 0xDF646D) is known color: Froly. HEX triplet: DF, 64 and 6D. RGB value is (223,100,109). Sum of RGB (Red+Green+Blue) = 223+100+109=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF646D is #209B92. Grayscale: #898989. Windows color (decimal): -2136979 or 7169247. OLE color: 7169247.
HSL color Cylindrical-coordinate representation of color #DF646D: hue angle of 355.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF646D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 109 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.13 |
| HSL | 355.61º | 0.66% | 0.63% | - |
| HSV(B) | 355.61º | 0.55% | 0.87% | - |
| XYZ | 37.75 | 25.91 | 17.48 | - |
| YUV | 137.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 109 | 0 | 0.55 | 0.51 | 0.13 | 355.61 | 0.66 | 0.63 |
| Hex | DF | 64 | 6D | 0 | 37 | 33 | D | 164 | 42 | 3F |
| Octal | 337 | 144 | 155 | 0 | 67 | 63 | 15 | 544 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1101101 | 0 | 110111 | 110011 | 1101 | 101100100 | 1000010 | 111111 |
Color Harmonies of #DF646D
Complementary color
Monochromatic Colors of #DF646D
Black with #DF646D
Text Example
Text Example
White with #DF646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF646D; }
p { color: rgb(223,100,109); }
H1.HeaderClassName
{
color: #DF646D;
}
.AnyTagClassName
{
color: #DF646D;
}
</style>
background-color css
<style>
a { background-color: #DF646D; }
a { background-color: rgb(223,100,109); }
div.DivClassName
{
background-color: #DF646D;
}
.BgClassName
{
background-color: #DF646D;
}
</style>
border-color css
<style>
span { border-color: #DF646D; }
span { border-color: rgb(223,100,109); }
td.TdClassName
{
border-color: #DF646D;
}
.TagClassName
{
border-color: #DF646D;
}
</style>