Shades of Froly #DF7F83
Tints of Froly #DF7F83
RGB
CMYK
RGB Variations
Color information
#DF7F83 (or 0xDF7F83) is known color: Froly. HEX triplet: DF, 7F and 83. RGB value is (223,127,131). Sum of RGB (Red+Green+Blue) = 223+127+131=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F83 is #20807C. Grayscale: #9C9C9C. Windows color (decimal): -2130045 or 8617951. OLE color: 8617951.
HSL color Cylindrical-coordinate representation of color #DF7F83: hue angle of 357.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F83 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 131 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 357.5º | 0.6% | 0.69% | - |
| HSV(B) | 357.5º | 0.43% | 0.87% | - |
| XYZ | 42.12 | 32.51 | 25.53 | - |
| YUV | 156.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 131 | 0 | 0.43 | 0.41 | 0.13 | 357.5 | 0.6 | 0.69 |
| Hex | DF | 7F | 83 | 0 | 2B | 29 | D | 166 | 3C | 45 |
| Octal | 337 | 177 | 203 | 0 | 53 | 51 | 15 | 546 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10000011 | 0 | 101011 | 101001 | 1101 | 101100110 | 111100 | 1000101 |
Color Harmonies of #DF7F83
Complementary color
Monochromatic Colors of #DF7F83
Black with #DF7F83
Text Example
Text Example
White with #DF7F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7F83; }
p { color: rgb(223,127,131); }
H1.HeaderClassName
{
color: #DF7F83;
}
.AnyTagClassName
{
color: #DF7F83;
}
</style>
background-color css
<style>
a { background-color: #DF7F83; }
a { background-color: rgb(223,127,131); }
div.DivClassName
{
background-color: #DF7F83;
}
.BgClassName
{
background-color: #DF7F83;
}
</style>
border-color css
<style>
span { border-color: #DF7F83; }
span { border-color: rgb(223,127,131); }
td.TdClassName
{
border-color: #DF7F83;
}
.TagClassName
{
border-color: #DF7F83;
}
</style>