Shades of Froly #DF5C6B
Tints of Froly #DF5C6B
RGB
CMYK
RGB Variations
Color information
#DF5C6B (or 0xDF5C6B) is known color: Froly. HEX triplet: DF, 5C and 6B. RGB value is (223,92,107). Sum of RGB (Red+Green+Blue) = 223+92+107=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C6B is #20A394. Grayscale: #848484. Windows color (decimal): -2139029 or 7036127. OLE color: 7036127.
HSL color Cylindrical-coordinate representation of color #DF5C6B: hue angle of 353.13º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5C6B is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 107 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.13 |
| HSL | 353.13º | 0.67% | 0.62% | - |
| HSV(B) | 353.13º | 0.59% | 0.87% | - |
| XYZ | 36.91 | 24.4 | 16.67 | - |
| YUV | 132.88 | 113.4 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 107 | 0 | 0.59 | 0.52 | 0.13 | 353.13 | 0.67 | 0.62 |
| Hex | DF | 5C | 6B | 0 | 3B | 34 | D | 161 | 43 | 3E |
| Octal | 337 | 134 | 153 | 0 | 73 | 64 | 15 | 541 | 103 | 76 |
| Binary | 11011111 | 1011100 | 1101011 | 0 | 111011 | 110100 | 1101 | 101100001 | 1000011 | 111110 |
Color Harmonies of #DF5C6B
Complementary color
Monochromatic Colors of #DF5C6B
Black with #DF5C6B
Text Example
Text Example
White with #DF5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5C6B; }
p { color: rgb(223,92,107); }
H1.HeaderClassName
{
color: #DF5C6B;
}
.AnyTagClassName
{
color: #DF5C6B;
}
</style>
background-color css
<style>
a { background-color: #DF5C6B; }
a { background-color: rgb(223,92,107); }
div.DivClassName
{
background-color: #DF5C6B;
}
.BgClassName
{
background-color: #DF5C6B;
}
</style>
border-color css
<style>
span { border-color: #DF5C6B; }
span { border-color: rgb(223,92,107); }
td.TdClassName
{
border-color: #DF5C6B;
}
.TagClassName
{
border-color: #DF5C6B;
}
</style>