Shades of Froly #DE6479
Tints of Froly #DE6479
RGB
CMYK
RGB Variations
Color information
#DE6479 (or 0xDE6479) is known color: Froly. HEX triplet: DE, 64 and 79. RGB value is (222,100,121). Sum of RGB (Red+Green+Blue) = 222+100+121=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6479 is #219B86. Grayscale: #8A8A8A. Windows color (decimal): -2202503 or 7955678. OLE color: 7955678.
HSL color Cylindrical-coordinate representation of color #DE6479: hue angle of 349.67º 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 #DE6479 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 121 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.13 |
| HSL | 349.67º | 0.65% | 0.63% | - |
| HSV(B) | 349.67º | 0.55% | 0.87% | - |
| XYZ | 38.13 | 26.02 | 21.1 | - |
| YUV | 138.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 121 | 0 | 0.55 | 0.45 | 0.13 | 349.67 | 0.65 | 0.63 |
| Hex | DE | 64 | 79 | 0 | 37 | 2D | D | 15E | 41 | 3F |
| Octal | 336 | 144 | 171 | 0 | 67 | 55 | 15 | 536 | 101 | 77 |
| Binary | 11011110 | 1100100 | 1111001 | 0 | 110111 | 101101 | 1101 | 101011110 | 1000001 | 111111 |
Color Harmonies of #DE6479
Complementary color
Monochromatic Colors of #DE6479
Black with #DE6479
Text Example
Text Example
White with #DE6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6479; }
p { color: rgb(222,100,121); }
H1.HeaderClassName
{
color: #DE6479;
}
.AnyTagClassName
{
color: #DE6479;
}
</style>
background-color css
<style>
a { background-color: #DE6479; }
a { background-color: rgb(222,100,121); }
div.DivClassName
{
background-color: #DE6479;
}
.BgClassName
{
background-color: #DE6479;
}
</style>
border-color css
<style>
span { border-color: #DE6479; }
span { border-color: rgb(222,100,121); }
td.TdClassName
{
border-color: #DE6479;
}
.TagClassName
{
border-color: #DE6479;
}
</style>