Shades of Froly #DE6372
Tints of Froly #DE6372
RGB
CMYK
RGB Variations
Color information
#DE6372 (or 0xDE6372) is known color: Froly. HEX triplet: DE, 63 and 72. RGB value is (222,99,114). Sum of RGB (Red+Green+Blue) = 222+99+114=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6372 is #219C8D. Grayscale: #898989. Windows color (decimal): -2202766 or 7496670. OLE color: 7496670.
HSL color Cylindrical-coordinate representation of color #DE6372: hue angle of 352.68º 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 #DE6372 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 99 | 114 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.13 |
| HSL | 352.68º | 0.65% | 0.63% | - |
| HSV(B) | 352.68º | 0.55% | 0.87% | - |
| XYZ | 37.62 | 25.67 | 18.89 | - |
| YUV | 137.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 114 | 0 | 0.55 | 0.49 | 0.13 | 352.68 | 0.65 | 0.63 |
| Hex | DE | 63 | 72 | 0 | 37 | 31 | D | 161 | 41 | 3F |
| Octal | 336 | 143 | 162 | 0 | 67 | 61 | 15 | 541 | 101 | 77 |
| Binary | 11011110 | 1100011 | 1110010 | 0 | 110111 | 110001 | 1101 | 101100001 | 1000001 | 111111 |
Color Harmonies of #DE6372
Complementary color
Monochromatic Colors of #DE6372
Black with #DE6372
Text Example
Text Example
White with #DE6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6372; }
p { color: rgb(222,99,114); }
H1.HeaderClassName
{
color: #DE6372;
}
.AnyTagClassName
{
color: #DE6372;
}
</style>
background-color css
<style>
a { background-color: #DE6372; }
a { background-color: rgb(222,99,114); }
div.DivClassName
{
background-color: #DE6372;
}
.BgClassName
{
background-color: #DE6372;
}
</style>
border-color css
<style>
span { border-color: #DE6372; }
span { border-color: rgb(222,99,114); }
td.TdClassName
{
border-color: #DE6372;
}
.TagClassName
{
border-color: #DE6372;
}
</style>