Shades of Froly #DF6B7C
Tints of Froly #DF6B7C
RGB
CMYK
RGB Variations
Color information
#DF6B7C (or 0xDF6B7C) is known color: Froly. HEX triplet: DF, 6B and 7C. RGB value is (223,107,124). Sum of RGB (Red+Green+Blue) = 223+107+124=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B7C is #209483. Grayscale: #8F8F8F. Windows color (decimal): -2135172 or 8154079. OLE color: 8154079.
HSL color Cylindrical-coordinate representation of color #DF6B7C: hue angle of 351.21º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6B7C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 124 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.13 |
| HSL | 351.21º | 0.64% | 0.65% | - |
| HSV(B) | 351.21º | 0.52% | 0.87% | - |
| XYZ | 39.33 | 27.66 | 22.33 | - |
| YUV | 143.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 124 | 0 | 0.52 | 0.44 | 0.13 | 351.21 | 0.64 | 0.65 |
| Hex | DF | 6B | 7C | 0 | 34 | 2C | D | 15F | 40 | 41 |
| Octal | 337 | 153 | 174 | 0 | 64 | 54 | 15 | 537 | 100 | 101 |
| Binary | 11011111 | 1101011 | 1111100 | 0 | 110100 | 101100 | 1101 | 101011111 | 1000000 | 1000001 |
Color Harmonies of #DF6B7C
Complementary color
Monochromatic Colors of #DF6B7C
Black with #DF6B7C
Text Example
Text Example
White with #DF6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B7C; }
p { color: rgb(223,107,124); }
H1.HeaderClassName
{
color: #DF6B7C;
}
.AnyTagClassName
{
color: #DF6B7C;
}
</style>
background-color css
<style>
a { background-color: #DF6B7C; }
a { background-color: rgb(223,107,124); }
div.DivClassName
{
background-color: #DF6B7C;
}
.BgClassName
{
background-color: #DF6B7C;
}
</style>
border-color css
<style>
span { border-color: #DF6B7C; }
span { border-color: rgb(223,107,124); }
td.TdClassName
{
border-color: #DF6B7C;
}
.TagClassName
{
border-color: #DF6B7C;
}
</style>