Shades of Froly #DE656B
Tints of Froly #DE656B
RGB
CMYK
RGB Variations
Color information
#DE656B (or 0xDE656B) is known color: Froly. HEX triplet: DE, 65 and 6B. RGB value is (222,101,107). Sum of RGB (Red+Green+Blue) = 222+101+107=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE656B is #219A94. Grayscale: #898989. Windows color (decimal): -2202261 or 7038430. OLE color: 7038430.
HSL color Cylindrical-coordinate representation of color #DE656B: hue angle of 357.02º 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 #DE656B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 107 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.13 |
| HSL | 357.02º | 0.65% | 0.63% | - |
| HSV(B) | 357.02º | 0.55% | 0.87% | - |
| XYZ | 37.43 | 25.9 | 16.94 | - |
| YUV | 137.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 107 | 0 | 0.55 | 0.52 | 0.13 | 357.02 | 0.65 | 0.63 |
| Hex | DE | 65 | 6B | 0 | 37 | 34 | D | 165 | 41 | 3F |
| Octal | 336 | 145 | 153 | 0 | 67 | 64 | 15 | 545 | 101 | 77 |
| Binary | 11011110 | 1100101 | 1101011 | 0 | 110111 | 110100 | 1101 | 101100101 | 1000001 | 111111 |
Color Harmonies of #DE656B
Complementary color
Monochromatic Colors of #DE656B
Black with #DE656B
Text Example
Text Example
White with #DE656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE656B; }
p { color: rgb(222,101,107); }
H1.HeaderClassName
{
color: #DE656B;
}
.AnyTagClassName
{
color: #DE656B;
}
</style>
background-color css
<style>
a { background-color: #DE656B; }
a { background-color: rgb(222,101,107); }
div.DivClassName
{
background-color: #DE656B;
}
.BgClassName
{
background-color: #DE656B;
}
</style>
border-color css
<style>
span { border-color: #DE656B; }
span { border-color: rgb(222,101,107); }
td.TdClassName
{
border-color: #DE656B;
}
.TagClassName
{
border-color: #DE656B;
}
</style>