Shades of Froly #DF6569
Tints of Froly #DF6569
RGB
CMYK
RGB Variations
Color information
#DF6569 (or 0xDF6569) is known color: Froly. HEX triplet: DF, 65 and 69. RGB value is (223,101,105). Sum of RGB (Red+Green+Blue) = 223+101+105=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6569 is #209A96. Grayscale: #8A8A8A. Windows color (decimal): -2136727 or 6907359. OLE color: 6907359.
HSL color Cylindrical-coordinate representation of color #DF6569: hue angle of 358.03º 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 #DF6569 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 105 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.13 |
| HSL | 358.03º | 0.66% | 0.64% | - |
| HSV(B) | 358.03º | 0.55% | 0.87% | - |
| XYZ | 37.63 | 26.02 | 16.4 | - |
| YUV | 137.93 | 109.42 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 105 | 0 | 0.55 | 0.53 | 0.13 | 358.03 | 0.66 | 0.64 |
| Hex | DF | 65 | 69 | 0 | 37 | 35 | D | 166 | 42 | 40 |
| Octal | 337 | 145 | 151 | 0 | 67 | 65 | 15 | 546 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1101001 | 0 | 110111 | 110101 | 1101 | 101100110 | 1000010 | 1000000 |
Color Harmonies of #DF6569
Complementary color
Monochromatic Colors of #DF6569
Black with #DF6569
Text Example
Text Example
White with #DF6569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6569; }
p { color: rgb(223,101,105); }
H1.HeaderClassName
{
color: #DF6569;
}
.AnyTagClassName
{
color: #DF6569;
}
</style>
background-color css
<style>
a { background-color: #DF6569; }
a { background-color: rgb(223,101,105); }
div.DivClassName
{
background-color: #DF6569;
}
.BgClassName
{
background-color: #DF6569;
}
</style>
border-color css
<style>
span { border-color: #DF6569; }
span { border-color: rgb(223,101,105); }
td.TdClassName
{
border-color: #DF6569;
}
.TagClassName
{
border-color: #DF6569;
}
</style>