Shades of Froly #DF787B
Tints of Froly #DF787B
RGB
CMYK
RGB Variations
Color information
#DF787B (or 0xDF787B) is known color: Froly. HEX triplet: DF, 78 and 7B. RGB value is (223,120,123). Sum of RGB (Red+Green+Blue) = 223+120+123=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF787B is #208784. Grayscale: #979797. Windows color (decimal): -2131845 or 8091871. OLE color: 8091871.
HSL color Cylindrical-coordinate representation of color #DF787B: hue angle of 358.25º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF787B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 123 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.13 |
| HSL | 358.25º | 0.62% | 0.67% | - |
| HSV(B) | 358.25º | 0.46% | 0.87% | - |
| XYZ | 40.72 | 30.55 | 22.49 | - |
| YUV | 151.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 123 | 0 | 0.46 | 0.45 | 0.13 | 358.25 | 0.62 | 0.67 |
| Hex | DF | 78 | 7B | 0 | 2E | 2D | D | 166 | 3E | 43 |
| Octal | 337 | 170 | 173 | 0 | 56 | 55 | 15 | 546 | 76 | 103 |
| Binary | 11011111 | 1111000 | 1111011 | 0 | 101110 | 101101 | 1101 | 101100110 | 111110 | 1000011 |
Color Harmonies of #DF787B
Complementary color
Monochromatic Colors of #DF787B
Black with #DF787B
Text Example
Text Example
White with #DF787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF787B; }
p { color: rgb(223,120,123); }
H1.HeaderClassName
{
color: #DF787B;
}
.AnyTagClassName
{
color: #DF787B;
}
</style>
background-color css
<style>
a { background-color: #DF787B; }
a { background-color: rgb(223,120,123); }
div.DivClassName
{
background-color: #DF787B;
}
.BgClassName
{
background-color: #DF787B;
}
</style>
border-color css
<style>
span { border-color: #DF787B; }
span { border-color: rgb(223,120,123); }
td.TdClassName
{
border-color: #DF787B;
}
.TagClassName
{
border-color: #DF787B;
}
</style>