Shades of Froly #DD767C
Tints of Froly #DD767C
RGB
CMYK
RGB Variations
Color information
#DD767C (or 0xDD767C) is known color: Froly. HEX triplet: DD, 76 and 7C. RGB value is (221,118,124). Sum of RGB (Red+Green+Blue) = 221+118+124=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD767C is #228983. Grayscale: #959595. Windows color (decimal): -2263428 or 8156893. OLE color: 8156893.
HSL color Cylindrical-coordinate representation of color #DD767C: hue angle of 356.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD767C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 124 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.13 |
| HSL | 356.5º | 0.6% | 0.66% | - |
| HSV(B) | 356.5º | 0.47% | 0.87% | - |
| XYZ | 39.94 | 29.78 | 22.71 | - |
| YUV | 149.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 124 | 0 | 0.47 | 0.44 | 0.13 | 356.5 | 0.6 | 0.66 |
| Hex | DD | 76 | 7C | 0 | 2F | 2C | D | 165 | 3C | 42 |
| Octal | 335 | 166 | 174 | 0 | 57 | 54 | 15 | 545 | 74 | 102 |
| Binary | 11011101 | 1110110 | 1111100 | 0 | 101111 | 101100 | 1101 | 101100101 | 111100 | 1000010 |
Color Harmonies of #DD767C
Complementary color
Monochromatic Colors of #DD767C
Black with #DD767C
Text Example
Text Example
White with #DD767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD767C; }
p { color: rgb(221,118,124); }
H1.HeaderClassName
{
color: #DD767C;
}
.AnyTagClassName
{
color: #DD767C;
}
</style>
background-color css
<style>
a { background-color: #DD767C; }
a { background-color: rgb(221,118,124); }
div.DivClassName
{
background-color: #DD767C;
}
.BgClassName
{
background-color: #DD767C;
}
</style>
border-color css
<style>
span { border-color: #DD767C; }
span { border-color: rgb(221,118,124); }
td.TdClassName
{
border-color: #DD767C;
}
.TagClassName
{
border-color: #DD767C;
}
</style>