Shades of Froly #DF646C
Tints of Froly #DF646C
RGB
CMYK
RGB Variations
Color information
#DF646C (or 0xDF646C) is known color: Froly. HEX triplet: DF, 64 and 6C. RGB value is (223,100,108). Sum of RGB (Red+Green+Blue) = 223+100+108=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF646C is #209B93. Grayscale: #898989. Windows color (decimal): -2136980 or 7103711. OLE color: 7103711.
HSL color Cylindrical-coordinate representation of color #DF646C: hue angle of 356.1º 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 #DF646C is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 108 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.13 |
| HSL | 356.1º | 0.66% | 0.63% | - |
| HSV(B) | 356.1º | 0.55% | 0.87% | - |
| XYZ | 37.7 | 25.89 | 17.2 | - |
| YUV | 137.69 | 111.25 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 108 | 0 | 0.55 | 0.52 | 0.13 | 356.1 | 0.66 | 0.63 |
| Hex | DF | 64 | 6C | 0 | 37 | 34 | D | 164 | 42 | 3F |
| Octal | 337 | 144 | 154 | 0 | 67 | 64 | 15 | 544 | 102 | 77 |
| Binary | 11011111 | 1100100 | 1101100 | 0 | 110111 | 110100 | 1101 | 101100100 | 1000010 | 111111 |
Color Harmonies of #DF646C
Complementary color
Monochromatic Colors of #DF646C
Black with #DF646C
Text Example
Text Example
White with #DF646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF646C; }
p { color: rgb(223,100,108); }
H1.HeaderClassName
{
color: #DF646C;
}
.AnyTagClassName
{
color: #DF646C;
}
</style>
background-color css
<style>
a { background-color: #DF646C; }
a { background-color: rgb(223,100,108); }
div.DivClassName
{
background-color: #DF646C;
}
.BgClassName
{
background-color: #DF646C;
}
</style>
border-color css
<style>
span { border-color: #DF646C; }
span { border-color: rgb(223,100,108); }
td.TdClassName
{
border-color: #DF646C;
}
.TagClassName
{
border-color: #DF646C;
}
</style>