Shades of Froly #DE7F83
Tints of Froly #DE7F83
RGB
CMYK
RGB Variations
Color information
#DE7F83 (or 0xDE7F83) is known color: Froly. HEX triplet: DE, 7F and 83. RGB value is (222,127,131). Sum of RGB (Red+Green+Blue) = 222+127+131=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7F83 is #21807C. Grayscale: #9B9B9B. Windows color (decimal): -2195581 or 8617950. OLE color: 8617950.
HSL color Cylindrical-coordinate representation of color #DE7F83: hue angle of 357.47º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7F83 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 127 | 131 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 357.47º | 0.59% | 0.68% | - |
| HSV(B) | 357.47º | 0.43% | 0.87% | - |
| XYZ | 41.81 | 32.35 | 25.51 | - |
| YUV | 155.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 127 | 131 | 0 | 0.43 | 0.41 | 0.13 | 357.47 | 0.59 | 0.68 |
| Hex | DE | 7F | 83 | 0 | 2B | 29 | D | 165 | 3B | 44 |
| Octal | 336 | 177 | 203 | 0 | 53 | 51 | 15 | 545 | 73 | 104 |
| Binary | 11011110 | 1111111 | 10000011 | 0 | 101011 | 101001 | 1101 | 101100101 | 111011 | 1000100 |
Color Harmonies of #DE7F83
Complementary color
Monochromatic Colors of #DE7F83
Black with #DE7F83
Text Example
Text Example
White with #DE7F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7F83; }
p { color: rgb(222,127,131); }
H1.HeaderClassName
{
color: #DE7F83;
}
.AnyTagClassName
{
color: #DE7F83;
}
</style>
background-color css
<style>
a { background-color: #DE7F83; }
a { background-color: rgb(222,127,131); }
div.DivClassName
{
background-color: #DE7F83;
}
.BgClassName
{
background-color: #DE7F83;
}
</style>
border-color css
<style>
span { border-color: #DE7F83; }
span { border-color: rgb(222,127,131); }
td.TdClassName
{
border-color: #DE7F83;
}
.TagClassName
{
border-color: #DE7F83;
}
</style>