Shades of Froly #DF6B7A
Tints of Froly #DF6B7A
RGB
CMYK
RGB Variations
Color information
#DF6B7A (or 0xDF6B7A) is known color: Froly. HEX triplet: DF, 6B and 7A. RGB value is (223,107,122). Sum of RGB (Red+Green+Blue) = 223+107+122=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6B7A is #209485. Grayscale: #8F8F8F. Windows color (decimal): -2135174 or 8023007. OLE color: 8023007.
HSL color Cylindrical-coordinate representation of color #DF6B7A: hue angle of 352.24º 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 #DF6B7A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 122 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.13 |
| HSL | 352.24º | 0.64% | 0.65% | - |
| HSV(B) | 352.24º | 0.52% | 0.87% | - |
| XYZ | 39.2 | 27.61 | 21.68 | - |
| YUV | 143.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 122 | 0 | 0.52 | 0.45 | 0.13 | 352.24 | 0.64 | 0.65 |
| Hex | DF | 6B | 7A | 0 | 34 | 2D | D | 160 | 40 | 41 |
| Octal | 337 | 153 | 172 | 0 | 64 | 55 | 15 | 540 | 100 | 101 |
| Binary | 11011111 | 1101011 | 1111010 | 0 | 110100 | 101101 | 1101 | 101100000 | 1000000 | 1000001 |
Color Harmonies of #DF6B7A
Complementary color
Monochromatic Colors of #DF6B7A
Black with #DF6B7A
Text Example
Text Example
White with #DF6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6B7A; }
p { color: rgb(223,107,122); }
H1.HeaderClassName
{
color: #DF6B7A;
}
.AnyTagClassName
{
color: #DF6B7A;
}
</style>
background-color css
<style>
a { background-color: #DF6B7A; }
a { background-color: rgb(223,107,122); }
div.DivClassName
{
background-color: #DF6B7A;
}
.BgClassName
{
background-color: #DF6B7A;
}
</style>
border-color css
<style>
span { border-color: #DF6B7A; }
span { border-color: rgb(223,107,122); }
td.TdClassName
{
border-color: #DF6B7A;
}
.TagClassName
{
border-color: #DF6B7A;
}
</style>