Shades of Froly #DD7B7C
Tints of Froly #DD7B7C
RGB
CMYK
RGB Variations
Color information
#DD7B7C (or 0xDD7B7C) is known color: Froly. HEX triplet: DD, 7B and 7C. RGB value is (221,123,124). Sum of RGB (Red+Green+Blue) = 221+123+124=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B7C is #228483. Grayscale: #989898. Windows color (decimal): -2262148 or 8158173. OLE color: 8158173.
HSL color Cylindrical-coordinate representation of color #DD7B7C: hue angle of 359.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7B7C is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 124 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.13 |
| HSL | 359.39º | 0.59% | 0.67% | - |
| HSV(B) | 359.39º | 0.44% | 0.87% | - |
| XYZ | 40.54 | 30.99 | 22.91 | - |
| YUV | 152.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 124 | 0 | 0.44 | 0.44 | 0.13 | 359.39 | 0.59 | 0.67 |
| Hex | DD | 7B | 7C | 0 | 2C | 2C | D | 167 | 3B | 43 |
| Octal | 335 | 173 | 174 | 0 | 54 | 54 | 15 | 547 | 73 | 103 |
| Binary | 11011101 | 1111011 | 1111100 | 0 | 101100 | 101100 | 1101 | 101100111 | 111011 | 1000011 |
Color Harmonies of #DD7B7C
Complementary color
Monochromatic Colors of #DD7B7C
Black with #DD7B7C
Text Example
Text Example
White with #DD7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B7C; }
p { color: rgb(221,123,124); }
H1.HeaderClassName
{
color: #DD7B7C;
}
.AnyTagClassName
{
color: #DD7B7C;
}
</style>
background-color css
<style>
a { background-color: #DD7B7C; }
a { background-color: rgb(221,123,124); }
div.DivClassName
{
background-color: #DD7B7C;
}
.BgClassName
{
background-color: #DD7B7C;
}
</style>
border-color css
<style>
span { border-color: #DD7B7C; }
span { border-color: rgb(221,123,124); }
td.TdClassName
{
border-color: #DD7B7C;
}
.TagClassName
{
border-color: #DD7B7C;
}
</style>