Shades of Froly #DE6A7A
Tints of Froly #DE6A7A
RGB
CMYK
RGB Variations
Color information
#DE6A7A (or 0xDE6A7A) is known color: Froly. HEX triplet: DE, 6A and 7A. RGB value is (222,106,122). Sum of RGB (Red+Green+Blue) = 222+106+122=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A7A is #219585. Grayscale: #8E8E8E. Windows color (decimal): -2200966 or 8022750. OLE color: 8022750.
HSL color Cylindrical-coordinate representation of color #DE6A7A: hue angle of 351.72º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6A7A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 122 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.13 |
| HSL | 351.72º | 0.64% | 0.64% | - |
| HSV(B) | 351.72º | 0.52% | 0.87% | - |
| XYZ | 38.79 | 27.24 | 21.63 | - |
| YUV | 142.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 122 | 0 | 0.52 | 0.45 | 0.13 | 351.72 | 0.64 | 0.64 |
| Hex | DE | 6A | 7A | 0 | 34 | 2D | D | 160 | 40 | 40 |
| Octal | 336 | 152 | 172 | 0 | 64 | 55 | 15 | 540 | 100 | 100 |
| Binary | 11011110 | 1101010 | 1111010 | 0 | 110100 | 101101 | 1101 | 101100000 | 1000000 | 1000000 |
Color Harmonies of #DE6A7A
Complementary color
Monochromatic Colors of #DE6A7A
Black with #DE6A7A
Text Example
Text Example
White with #DE6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6A7A; }
p { color: rgb(222,106,122); }
H1.HeaderClassName
{
color: #DE6A7A;
}
.AnyTagClassName
{
color: #DE6A7A;
}
</style>
background-color css
<style>
a { background-color: #DE6A7A; }
a { background-color: rgb(222,106,122); }
div.DivClassName
{
background-color: #DE6A7A;
}
.BgClassName
{
background-color: #DE6A7A;
}
</style>
border-color css
<style>
span { border-color: #DE6A7A; }
span { border-color: rgb(222,106,122); }
td.TdClassName
{
border-color: #DE6A7A;
}
.TagClassName
{
border-color: #DE6A7A;
}
</style>