Shades of Froly #DE666F
Tints of Froly #DE666F
RGB
CMYK
RGB Variations
Color information
#DE666F (or 0xDE666F) is known color: Froly. HEX triplet: DE, 66 and 6F. RGB value is (222,102,111). Sum of RGB (Red+Green+Blue) = 222+102+111=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE666F is #219990. Grayscale: #8A8A8A. Windows color (decimal): -2202001 or 7300830. OLE color: 7300830.
HSL color Cylindrical-coordinate representation of color #DE666F: hue angle of 355.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE666F is Cyan = 0, Magento = 0.54, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 111 | - |
| CMYK | 0 | 0.54 | 0.5 | 0.13 |
| HSL | 355.5º | 0.65% | 0.64% | - |
| HSV(B) | 355.5º | 0.54% | 0.87% | - |
| XYZ | 37.74 | 26.18 | 18.1 | - |
| YUV | 138.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 111 | 0 | 0.54 | 0.5 | 0.13 | 355.5 | 0.65 | 0.64 |
| Hex | DE | 66 | 6F | 0 | 36 | 32 | D | 164 | 41 | 40 |
| Octal | 336 | 146 | 157 | 0 | 66 | 62 | 15 | 544 | 101 | 100 |
| Binary | 11011110 | 1100110 | 1101111 | 0 | 110110 | 110010 | 1101 | 101100100 | 1000001 | 1000000 |
Color Harmonies of #DE666F
Complementary color
Monochromatic Colors of #DE666F
Black with #DE666F
Text Example
Text Example
White with #DE666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE666F; }
p { color: rgb(222,102,111); }
H1.HeaderClassName
{
color: #DE666F;
}
.AnyTagClassName
{
color: #DE666F;
}
</style>
background-color css
<style>
a { background-color: #DE666F; }
a { background-color: rgb(222,102,111); }
div.DivClassName
{
background-color: #DE666F;
}
.BgClassName
{
background-color: #DE666F;
}
</style>
border-color css
<style>
span { border-color: #DE666F; }
span { border-color: rgb(222,102,111); }
td.TdClassName
{
border-color: #DE666F;
}
.TagClassName
{
border-color: #DE666F;
}
</style>