Shades of Froly #DE6D7B
Tints of Froly #DE6D7B
RGB
CMYK
RGB Variations
Color information
#DE6D7B (or 0xDE6D7B) is known color: Froly. HEX triplet: DE, 6D and 7B. RGB value is (222,109,123). Sum of RGB (Red+Green+Blue) = 222+109+123=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6D7B is #219284. Grayscale: #909090. Windows color (decimal): -2200197 or 8089054. OLE color: 8089054.
HSL color Cylindrical-coordinate representation of color #DE6D7B: hue angle of 352.57º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6D7B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 123 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.13 |
| HSL | 352.57º | 0.63% | 0.65% | - |
| HSV(B) | 352.57º | 0.51% | 0.87% | - |
| XYZ | 39.17 | 27.9 | 22.06 | - |
| YUV | 144.38 | 115.94 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 123 | 0 | 0.51 | 0.45 | 0.13 | 352.57 | 0.63 | 0.65 |
| Hex | DE | 6D | 7B | 0 | 33 | 2D | D | 161 | 3F | 41 |
| Octal | 336 | 155 | 173 | 0 | 63 | 55 | 15 | 541 | 77 | 101 |
| Binary | 11011110 | 1101101 | 1111011 | 0 | 110011 | 101101 | 1101 | 101100001 | 111111 | 1000001 |
Color Harmonies of #DE6D7B
Complementary color
Monochromatic Colors of #DE6D7B
Black with #DE6D7B
Text Example
Text Example
White with #DE6D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6D7B; }
p { color: rgb(222,109,123); }
H1.HeaderClassName
{
color: #DE6D7B;
}
.AnyTagClassName
{
color: #DE6D7B;
}
</style>
background-color css
<style>
a { background-color: #DE6D7B; }
a { background-color: rgb(222,109,123); }
div.DivClassName
{
background-color: #DE6D7B;
}
.BgClassName
{
background-color: #DE6D7B;
}
</style>
border-color css
<style>
span { border-color: #DE6D7B; }
span { border-color: rgb(222,109,123); }
td.TdClassName
{
border-color: #DE6D7B;
}
.TagClassName
{
border-color: #DE6D7B;
}
</style>