Shades of Froly #DE6B7B
Tints of Froly #DE6B7B
RGB
CMYK
RGB Variations
Color information
#DE6B7B (or 0xDE6B7B) is known color: Froly. HEX triplet: DE, 6B and 7B. RGB value is (222,107,123). Sum of RGB (Red+Green+Blue) = 222+107+123=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B7B is #219484. Grayscale: #8F8F8F. Windows color (decimal): -2200709 or 8088542. OLE color: 8088542.
HSL color Cylindrical-coordinate representation of color #DE6B7B: hue angle of 351.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6B7B is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 123 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.13 |
| HSL | 351.65º | 0.64% | 0.65% | - |
| HSV(B) | 351.65º | 0.52% | 0.87% | - |
| XYZ | 38.96 | 27.48 | 21.99 | - |
| YUV | 143.21 | 116.6 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 123 | 0 | 0.52 | 0.45 | 0.13 | 351.65 | 0.64 | 0.65 |
| Hex | DE | 6B | 7B | 0 | 34 | 2D | D | 160 | 40 | 41 |
| Octal | 336 | 153 | 173 | 0 | 64 | 55 | 15 | 540 | 100 | 101 |
| Binary | 11011110 | 1101011 | 1111011 | 0 | 110100 | 101101 | 1101 | 101100000 | 1000000 | 1000001 |
Color Harmonies of #DE6B7B
Complementary color
Monochromatic Colors of #DE6B7B
Black with #DE6B7B
Text Example
Text Example
White with #DE6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6B7B; }
p { color: rgb(222,107,123); }
H1.HeaderClassName
{
color: #DE6B7B;
}
.AnyTagClassName
{
color: #DE6B7B;
}
</style>
background-color css
<style>
a { background-color: #DE6B7B; }
a { background-color: rgb(222,107,123); }
div.DivClassName
{
background-color: #DE6B7B;
}
.BgClassName
{
background-color: #DE6B7B;
}
</style>
border-color css
<style>
span { border-color: #DE6B7B; }
span { border-color: rgb(222,107,123); }
td.TdClassName
{
border-color: #DE6B7B;
}
.TagClassName
{
border-color: #DE6B7B;
}
</style>