Shades of Froly #DF656B
Tints of Froly #DF656B
RGB
CMYK
RGB Variations
Color information
#DF656B (or 0xDF656B) is known color: Froly. HEX triplet: DF, 65 and 6B. RGB value is (223,101,107). Sum of RGB (Red+Green+Blue) = 223+101+107=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF656B is #209A94. Grayscale: #8A8A8A. Windows color (decimal): -2136725 or 7038431. OLE color: 7038431.
HSL color Cylindrical-coordinate representation of color #DF656B: hue angle of 357.05º 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 #DF656B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 107 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.13 |
| HSL | 357.05º | 0.66% | 0.64% | - |
| HSV(B) | 357.05º | 0.55% | 0.87% | - |
| XYZ | 37.74 | 26.06 | 16.95 | - |
| YUV | 138.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 107 | 0 | 0.55 | 0.52 | 0.13 | 357.05 | 0.66 | 0.64 |
| Hex | DF | 65 | 6B | 0 | 37 | 34 | D | 165 | 42 | 40 |
| Octal | 337 | 145 | 153 | 0 | 67 | 64 | 15 | 545 | 102 | 100 |
| Binary | 11011111 | 1100101 | 1101011 | 0 | 110111 | 110100 | 1101 | 101100101 | 1000010 | 1000000 |
Color Harmonies of #DF656B
Complementary color
Monochromatic Colors of #DF656B
Black with #DF656B
Text Example
Text Example
White with #DF656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF656B; }
p { color: rgb(223,101,107); }
H1.HeaderClassName
{
color: #DF656B;
}
.AnyTagClassName
{
color: #DF656B;
}
</style>
background-color css
<style>
a { background-color: #DF656B; }
a { background-color: rgb(223,101,107); }
div.DivClassName
{
background-color: #DF656B;
}
.BgClassName
{
background-color: #DF656B;
}
</style>
border-color css
<style>
span { border-color: #DF656B; }
span { border-color: rgb(223,101,107); }
td.TdClassName
{
border-color: #DF656B;
}
.TagClassName
{
border-color: #DF656B;
}
</style>