Shades of Froly #DE697D
Tints of Froly #DE697D
RGB
CMYK
RGB Variations
Color information
#DE697D (or 0xDE697D) is known color: Froly. HEX triplet: DE, 69 and 7D. RGB value is (222,105,125). Sum of RGB (Red+Green+Blue) = 222+105+125=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE697D is #219682. Grayscale: #8E8E8E. Windows color (decimal): -2201219 or 8219102. OLE color: 8219102.
HSL color Cylindrical-coordinate representation of color #DE697D: hue angle of 349.74º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE697D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 125 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.13 |
| HSL | 349.74º | 0.64% | 0.64% | - |
| HSV(B) | 349.74º | 0.53% | 0.87% | - |
| XYZ | 38.88 | 27.11 | 22.59 | - |
| YUV | 142.26 | 118.26 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 125 | 0 | 0.53 | 0.44 | 0.13 | 349.74 | 0.64 | 0.64 |
| Hex | DE | 69 | 7D | 0 | 35 | 2C | D | 15E | 40 | 40 |
| Octal | 336 | 151 | 175 | 0 | 65 | 54 | 15 | 536 | 100 | 100 |
| Binary | 11011110 | 1101001 | 1111101 | 0 | 110101 | 101100 | 1101 | 101011110 | 1000000 | 1000000 |
Color Harmonies of #DE697D
Complementary color
Monochromatic Colors of #DE697D
Black with #DE697D
Text Example
Text Example
White with #DE697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE697D; }
p { color: rgb(222,105,125); }
H1.HeaderClassName
{
color: #DE697D;
}
.AnyTagClassName
{
color: #DE697D;
}
</style>
background-color css
<style>
a { background-color: #DE697D; }
a { background-color: rgb(222,105,125); }
div.DivClassName
{
background-color: #DE697D;
}
.BgClassName
{
background-color: #DE697D;
}
</style>
border-color css
<style>
span { border-color: #DE697D; }
span { border-color: rgb(222,105,125); }
td.TdClassName
{
border-color: #DE697D;
}
.TagClassName
{
border-color: #DE697D;
}
</style>