Shades of Froly #DE6F7B
Tints of Froly #DE6F7B
RGB
CMYK
RGB Variations
Color information
#DE6F7B (or 0xDE6F7B) is known color: Froly. HEX triplet: DE, 6F and 7B. RGB value is (222,111,123). Sum of RGB (Red+Green+Blue) = 222+111+123=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6F7B is #219084. Grayscale: #919191. Windows color (decimal): -2199685 or 8089566. OLE color: 8089566.
HSL color Cylindrical-coordinate representation of color #DE6F7B: hue angle of 353.51º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6F7B is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 111 | 123 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.13 |
| HSL | 353.51º | 0.63% | 0.65% | - |
| HSV(B) | 353.51º | 0.5% | 0.87% | - |
| XYZ | 39.38 | 28.33 | 22.13 | - |
| YUV | 145.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 123 | 0 | 0.5 | 0.45 | 0.13 | 353.51 | 0.63 | 0.65 |
| Hex | DE | 6F | 7B | 0 | 32 | 2D | D | 162 | 3F | 41 |
| Octal | 336 | 157 | 173 | 0 | 62 | 55 | 15 | 542 | 77 | 101 |
| Binary | 11011110 | 1101111 | 1111011 | 0 | 110010 | 101101 | 1101 | 101100010 | 111111 | 1000001 |
Color Harmonies of #DE6F7B
Complementary color
Monochromatic Colors of #DE6F7B
Black with #DE6F7B
Text Example
Text Example
White with #DE6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6F7B; }
p { color: rgb(222,111,123); }
H1.HeaderClassName
{
color: #DE6F7B;
}
.AnyTagClassName
{
color: #DE6F7B;
}
</style>
background-color css
<style>
a { background-color: #DE6F7B; }
a { background-color: rgb(222,111,123); }
div.DivClassName
{
background-color: #DE6F7B;
}
.BgClassName
{
background-color: #DE6F7B;
}
</style>
border-color css
<style>
span { border-color: #DE6F7B; }
span { border-color: rgb(222,111,123); }
td.TdClassName
{
border-color: #DE6F7B;
}
.TagClassName
{
border-color: #DE6F7B;
}
</style>