Shades of Froly #DE656F
Tints of Froly #DE656F
RGB
CMYK
RGB Variations
Color information
#DE656F (or 0xDE656F) is known color: Froly. HEX triplet: DE, 65 and 6F. RGB value is (222,101,111). Sum of RGB (Red+Green+Blue) = 222+101+111=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE656F is #219A90. Grayscale: #8A8A8A. Windows color (decimal): -2202257 or 7300574. OLE color: 7300574.
HSL color Cylindrical-coordinate representation of color #DE656F: hue angle of 355.04º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE656F is Cyan = 0, Magento = 0.55, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 111 | - |
| CMYK | 0 | 0.55 | 0.5 | 0.13 |
| HSL | 355.04º | 0.65% | 0.63% | - |
| HSV(B) | 355.04º | 0.55% | 0.87% | - |
| XYZ | 37.65 | 25.98 | 18.07 | - |
| YUV | 138.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 111 | 0 | 0.55 | 0.5 | 0.13 | 355.04 | 0.65 | 0.63 |
| Hex | DE | 65 | 6F | 0 | 37 | 32 | D | 163 | 41 | 3F |
| Octal | 336 | 145 | 157 | 0 | 67 | 62 | 15 | 543 | 101 | 77 |
| Binary | 11011110 | 1100101 | 1101111 | 0 | 110111 | 110010 | 1101 | 101100011 | 1000001 | 111111 |
Color Harmonies of #DE656F
Complementary color
Monochromatic Colors of #DE656F
Black with #DE656F
Text Example
Text Example
White with #DE656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE656F; }
p { color: rgb(222,101,111); }
H1.HeaderClassName
{
color: #DE656F;
}
.AnyTagClassName
{
color: #DE656F;
}
</style>
background-color css
<style>
a { background-color: #DE656F; }
a { background-color: rgb(222,101,111); }
div.DivClassName
{
background-color: #DE656F;
}
.BgClassName
{
background-color: #DE656F;
}
</style>
border-color css
<style>
span { border-color: #DE656F; }
span { border-color: rgb(222,101,111); }
td.TdClassName
{
border-color: #DE656F;
}
.TagClassName
{
border-color: #DE656F;
}
</style>