Shades of Froly #DE6B7A
Tints of Froly #DE6B7A
RGB
CMYK
RGB Variations
Color information
#DE6B7A (or 0xDE6B7A) is known color: Froly. HEX triplet: DE, 6B and 7A. RGB value is (222,107,122). Sum of RGB (Red+Green+Blue) = 222+107+122=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B7A is #219485. Grayscale: #8F8F8F. Windows color (decimal): -2200710 or 8023006. OLE color: 8023006.
HSL color Cylindrical-coordinate representation of color #DE6B7A: hue angle of 352.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6B7A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 122 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.13 |
| HSL | 352.17º | 0.64% | 0.65% | - |
| HSV(B) | 352.17º | 0.52% | 0.87% | - |
| XYZ | 38.89 | 27.45 | 21.66 | - |
| YUV | 143.1 | 116.1 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 122 | 0 | 0.52 | 0.45 | 0.13 | 352.17 | 0.64 | 0.65 |
| Hex | DE | 6B | 7A | 0 | 34 | 2D | D | 160 | 40 | 41 |
| Octal | 336 | 153 | 172 | 0 | 64 | 55 | 15 | 540 | 100 | 101 |
| Binary | 11011110 | 1101011 | 1111010 | 0 | 110100 | 101101 | 1101 | 101100000 | 1000000 | 1000001 |
Color Harmonies of #DE6B7A
Complementary color
Monochromatic Colors of #DE6B7A
Black with #DE6B7A
Text Example
Text Example
White with #DE6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6B7A; }
p { color: rgb(222,107,122); }
H1.HeaderClassName
{
color: #DE6B7A;
}
.AnyTagClassName
{
color: #DE6B7A;
}
</style>
background-color css
<style>
a { background-color: #DE6B7A; }
a { background-color: rgb(222,107,122); }
div.DivClassName
{
background-color: #DE6B7A;
}
.BgClassName
{
background-color: #DE6B7A;
}
</style>
border-color css
<style>
span { border-color: #DE6B7A; }
span { border-color: rgb(222,107,122); }
td.TdClassName
{
border-color: #DE6B7A;
}
.TagClassName
{
border-color: #DE6B7A;
}
</style>