Shades of Froly #DE6072
Tints of Froly #DE6072
RGB
CMYK
RGB Variations
Color information
#DE6072 (or 0xDE6072) is known color: Froly. HEX triplet: DE, 60 and 72. RGB value is (222,96,114). Sum of RGB (Red+Green+Blue) = 222+96+114=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6072 is #219F8D. Grayscale: #878787. Windows color (decimal): -2203534 or 7495902. OLE color: 7495902.
HSL color Cylindrical-coordinate representation of color #DE6072: hue angle of 351.43º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE6072 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 96 | 114 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.13 |
| HSL | 351.43º | 0.66% | 0.62% | - |
| HSV(B) | 351.43º | 0.57% | 0.87% | - |
| XYZ | 37.34 | 25.11 | 18.8 | - |
| YUV | 135.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 96 | 114 | 0 | 0.57 | 0.49 | 0.13 | 351.43 | 0.66 | 0.62 |
| Hex | DE | 60 | 72 | 0 | 39 | 31 | D | 15F | 42 | 3E |
| Octal | 336 | 140 | 162 | 0 | 71 | 61 | 15 | 537 | 102 | 76 |
| Binary | 11011110 | 1100000 | 1110010 | 0 | 111001 | 110001 | 1101 | 101011111 | 1000010 | 111110 |
Color Harmonies of #DE6072
Complementary color
Monochromatic Colors of #DE6072
Black with #DE6072
Text Example
Text Example
White with #DE6072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6072; }
p { color: rgb(222,96,114); }
H1.HeaderClassName
{
color: #DE6072;
}
.AnyTagClassName
{
color: #DE6072;
}
</style>
background-color css
<style>
a { background-color: #DE6072; }
a { background-color: rgb(222,96,114); }
div.DivClassName
{
background-color: #DE6072;
}
.BgClassName
{
background-color: #DE6072;
}
</style>
border-color css
<style>
span { border-color: #DE6072; }
span { border-color: rgb(222,96,114); }
td.TdClassName
{
border-color: #DE6072;
}
.TagClassName
{
border-color: #DE6072;
}
</style>