Shades of Froly #DE717E
Tints of Froly #DE717E
RGB
CMYK
RGB Variations
Color information
#DE717E (or 0xDE717E) is known color: Froly. HEX triplet: DE, 71 and 7E. RGB value is (222,113,126). Sum of RGB (Red+Green+Blue) = 222+113+126=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE717E is #218E81. Grayscale: #939393. Windows color (decimal): -2199170 or 8286686. OLE color: 8286686.
HSL color Cylindrical-coordinate representation of color #DE717E: hue angle of 352.84º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE717E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 113 | 126 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.13 |
| HSL | 352.84º | 0.62% | 0.66% | - |
| HSV(B) | 352.84º | 0.49% | 0.87% | - |
| XYZ | 39.8 | 28.85 | 23.21 | - |
| YUV | 147.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 113 | 126 | 0 | 0.49 | 0.43 | 0.13 | 352.84 | 0.62 | 0.66 |
| Hex | DE | 71 | 7E | 0 | 31 | 2B | D | 161 | 3E | 42 |
| Octal | 336 | 161 | 176 | 0 | 61 | 53 | 15 | 541 | 76 | 102 |
| Binary | 11011110 | 1110001 | 1111110 | 0 | 110001 | 101011 | 1101 | 101100001 | 111110 | 1000010 |
Color Harmonies of #DE717E
Complementary color
Monochromatic Colors of #DE717E
Black with #DE717E
Text Example
Text Example
White with #DE717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE717E; }
p { color: rgb(222,113,126); }
H1.HeaderClassName
{
color: #DE717E;
}
.AnyTagClassName
{
color: #DE717E;
}
</style>
background-color css
<style>
a { background-color: #DE717E; }
a { background-color: rgb(222,113,126); }
div.DivClassName
{
background-color: #DE717E;
}
.BgClassName
{
background-color: #DE717E;
}
</style>
border-color css
<style>
span { border-color: #DE717E; }
span { border-color: rgb(222,113,126); }
td.TdClassName
{
border-color: #DE717E;
}
.TagClassName
{
border-color: #DE717E;
}
</style>