Shades of Froly #DD787B
Tints of Froly #DD787B
RGB
CMYK
RGB Variations
Color information
#DD787B (or 0xDD787B) is known color: Froly. HEX triplet: DD, 78 and 7B. RGB value is (221,120,123). Sum of RGB (Red+Green+Blue) = 221+120+123=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD787B is #228784. Grayscale: #969696. Windows color (decimal): -2262917 or 8091869. OLE color: 8091869.
HSL color Cylindrical-coordinate representation of color #DD787B: hue angle of 358.22º degrees, saturation: 0.6, 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 #DD787B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 123 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.13 |
| HSL | 358.22º | 0.6% | 0.67% | - |
| HSV(B) | 358.22º | 0.46% | 0.87% | - |
| XYZ | 40.11 | 30.24 | 22.46 | - |
| YUV | 150.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 123 | 0 | 0.46 | 0.44 | 0.13 | 358.22 | 0.6 | 0.67 |
| Hex | DD | 78 | 7B | 0 | 2E | 2C | D | 166 | 3C | 43 |
| Octal | 335 | 170 | 173 | 0 | 56 | 54 | 15 | 546 | 74 | 103 |
| Binary | 11011101 | 1111000 | 1111011 | 0 | 101110 | 101100 | 1101 | 101100110 | 111100 | 1000011 |
Color Harmonies of #DD787B
Complementary color
Monochromatic Colors of #DD787B
Black with #DD787B
Text Example
Text Example
White with #DD787B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD787B; }
p { color: rgb(221,120,123); }
H1.HeaderClassName
{
color: #DD787B;
}
.AnyTagClassName
{
color: #DD787B;
}
</style>
background-color css
<style>
a { background-color: #DD787B; }
a { background-color: rgb(221,120,123); }
div.DivClassName
{
background-color: #DD787B;
}
.BgClassName
{
background-color: #DD787B;
}
</style>
border-color css
<style>
span { border-color: #DD787B; }
span { border-color: rgb(221,120,123); }
td.TdClassName
{
border-color: #DD787B;
}
.TagClassName
{
border-color: #DD787B;
}
</style>