Shades of Froly #DF6568
Tints of Froly #DF6568
RGB
CMYK
RGB Variations
Color information
#DF6568 (or 0xDF6568) is known color: Froly. HEX triplet: DF, 65 and 68. RGB value is (223,101,104). Sum of RGB (Red+Green+Blue) = 223+101+104=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6568 is #209A97. Grayscale: #898989. Windows color (decimal): -2136728 or 6841823. OLE color: 6841823.
HSL color Cylindrical-coordinate representation of color #DF6568: hue angle of 358.52º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6568 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 104 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.13 |
| HSL | 358.52º | 0.66% | 0.64% | - |
| HSV(B) | 358.52º | 0.55% | 0.87% | - |
| XYZ | 37.58 | 25.99 | 16.13 | - |
| YUV | 137.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 104 | 0 | 0.55 | 0.53 | 0.13 | 358.52 | 0.66 | 0.64 |
| Hex | DF | 65 | 68 | 0 | 37 | 35 | D | 167 | 42 | 40 |
| Octal | 337 | 145 | 150 | 0 | 67 | 65 | 15 | 547 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1101000 | 0 | 110111 | 110101 | 1101 | 101100111 | 1000010 | 1000000 |
Color Harmonies of #DF6568
Complementary color
Monochromatic Colors of #DF6568
Black with #DF6568
Text Example
Text Example
White with #DF6568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6568; }
p { color: rgb(223,101,104); }
H1.HeaderClassName
{
color: #DF6568;
}
.AnyTagClassName
{
color: #DF6568;
}
</style>
background-color css
<style>
a { background-color: #DF6568; }
a { background-color: rgb(223,101,104); }
div.DivClassName
{
background-color: #DF6568;
}
.BgClassName
{
background-color: #DF6568;
}
</style>
border-color css
<style>
span { border-color: #DF6568; }
span { border-color: rgb(223,101,104); }
td.TdClassName
{
border-color: #DF6568;
}
.TagClassName
{
border-color: #DF6568;
}
</style>