Shades of Froly #DE6477
Tints of Froly #DE6477
RGB
CMYK
RGB Variations
Color information
#DE6477 (or 0xDE6477) is known color: Froly. HEX triplet: DE, 64 and 77. RGB value is (222,100,119). Sum of RGB (Red+Green+Blue) = 222+100+119=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6477 is #219B88. Grayscale: #8A8A8A. Windows color (decimal): -2202505 or 7824606. OLE color: 7824606.
HSL color Cylindrical-coordinate representation of color #DE6477: hue angle of 350.66º 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 #DE6477 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 100 | 119 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.13 |
| HSL | 350.66º | 0.65% | 0.63% | - |
| HSV(B) | 350.66º | 0.55% | 0.87% | - |
| XYZ | 38.01 | 25.98 | 20.46 | - |
| YUV | 138.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 100 | 119 | 0 | 0.55 | 0.46 | 0.13 | 350.66 | 0.65 | 0.63 |
| Hex | DE | 64 | 77 | 0 | 37 | 2E | D | 15F | 41 | 3F |
| Octal | 336 | 144 | 167 | 0 | 67 | 56 | 15 | 537 | 101 | 77 |
| Binary | 11011110 | 1100100 | 1110111 | 0 | 110111 | 101110 | 1101 | 101011111 | 1000001 | 111111 |
Color Harmonies of #DE6477
Complementary color
Monochromatic Colors of #DE6477
Black with #DE6477
Text Example
Text Example
White with #DE6477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6477; }
p { color: rgb(222,100,119); }
H1.HeaderClassName
{
color: #DE6477;
}
.AnyTagClassName
{
color: #DE6477;
}
</style>
background-color css
<style>
a { background-color: #DE6477; }
a { background-color: rgb(222,100,119); }
div.DivClassName
{
background-color: #DE6477;
}
.BgClassName
{
background-color: #DE6477;
}
</style>
border-color css
<style>
span { border-color: #DE6477; }
span { border-color: rgb(222,100,119); }
td.TdClassName
{
border-color: #DE6477;
}
.TagClassName
{
border-color: #DE6477;
}
</style>