Shades of Froly #DE666D
Tints of Froly #DE666D
RGB
CMYK
RGB Variations
Color information
#DE666D (or 0xDE666D) is known color: Froly. HEX triplet: DE, 66 and 6D. RGB value is (222,102,109). Sum of RGB (Red+Green+Blue) = 222+102+109=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE666D is #219992. Grayscale: #8A8A8A. Windows color (decimal): -2202003 or 7169758. OLE color: 7169758.
HSL color Cylindrical-coordinate representation of color #DE666D: hue angle of 356.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 #DE666D is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 109 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.13 |
| HSL | 356.5º | 0.65% | 0.64% | - |
| HSV(B) | 356.5º | 0.54% | 0.87% | - |
| XYZ | 37.64 | 26.14 | 17.53 | - |
| YUV | 138.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 109 | 0 | 0.54 | 0.51 | 0.13 | 356.5 | 0.65 | 0.64 |
| Hex | DE | 66 | 6D | 0 | 36 | 33 | D | 164 | 41 | 40 |
| Octal | 336 | 146 | 155 | 0 | 66 | 63 | 15 | 544 | 101 | 100 |
| Binary | 11011110 | 1100110 | 1101101 | 0 | 110110 | 110011 | 1101 | 101100100 | 1000001 | 1000000 |
Color Harmonies of #DE666D
Complementary color
Monochromatic Colors of #DE666D
Black with #DE666D
Text Example
Text Example
White with #DE666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE666D; }
p { color: rgb(222,102,109); }
H1.HeaderClassName
{
color: #DE666D;
}
.AnyTagClassName
{
color: #DE666D;
}
</style>
background-color css
<style>
a { background-color: #DE666D; }
a { background-color: rgb(222,102,109); }
div.DivClassName
{
background-color: #DE666D;
}
.BgClassName
{
background-color: #DE666D;
}
</style>
border-color css
<style>
span { border-color: #DE666D; }
span { border-color: rgb(222,102,109); }
td.TdClassName
{
border-color: #DE666D;
}
.TagClassName
{
border-color: #DE666D;
}
</style>