Shades of Froly #DF6777
Tints of Froly #DF6777
RGB
CMYK
RGB Variations
Color information
#DF6777 (or 0xDF6777) is known color: Froly. HEX triplet: DF, 67 and 77. RGB value is (223,103,119). Sum of RGB (Red+Green+Blue) = 223+103+119=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6777 is #209888. Grayscale: #8C8C8C. Windows color (decimal): -2136201 or 7825375. OLE color: 7825375.
HSL color Cylindrical-coordinate representation of color #DF6777: hue angle of 352º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6777 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 119 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.13 |
| HSL | 352º | 0.65% | 0.64% | - |
| HSV(B) | 352º | 0.54% | 0.87% | - |
| XYZ | 38.61 | 26.72 | 20.58 | - |
| YUV | 140.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 119 | 0 | 0.54 | 0.47 | 0.13 | 352 | 0.65 | 0.64 |
| Hex | DF | 67 | 77 | 0 | 36 | 2F | D | 160 | 41 | 40 |
| Octal | 337 | 147 | 167 | 0 | 66 | 57 | 15 | 540 | 101 | 100 |
| Binary | 11011111 | 1100111 | 1110111 | 0 | 110110 | 101111 | 1101 | 101100000 | 1000001 | 1000000 |
Color Harmonies of #DF6777
Complementary color
Monochromatic Colors of #DF6777
Black with #DF6777
Text Example
Text Example
White with #DF6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6777; }
p { color: rgb(223,103,119); }
H1.HeaderClassName
{
color: #DF6777;
}
.AnyTagClassName
{
color: #DF6777;
}
</style>
background-color css
<style>
a { background-color: #DF6777; }
a { background-color: rgb(223,103,119); }
div.DivClassName
{
background-color: #DF6777;
}
.BgClassName
{
background-color: #DF6777;
}
</style>
border-color css
<style>
span { border-color: #DF6777; }
span { border-color: rgb(223,103,119); }
td.TdClassName
{
border-color: #DF6777;
}
.TagClassName
{
border-color: #DF6777;
}
</style>