Shades of Froly #DD6C79
Tints of Froly #DD6C79
RGB
CMYK
RGB Variations
Color information
#DD6C79 (or 0xDD6C79) is known color: Froly. HEX triplet: DD, 6C and 79. RGB value is (221,108,121). Sum of RGB (Red+Green+Blue) = 221+108+121=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6C79 is #229386. Grayscale: #8F8F8F. Windows color (decimal): -2265991 or 7957725. OLE color: 7957725.
HSL color Cylindrical-coordinate representation of color #DD6C79: hue angle of 353.1º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6C79 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 121 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.13 |
| HSL | 353.1º | 0.62% | 0.65% | - |
| HSV(B) | 353.1º | 0.51% | 0.87% | - |
| XYZ | 38.63 | 27.48 | 21.36 | - |
| YUV | 143.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 121 | 0 | 0.51 | 0.45 | 0.13 | 353.1 | 0.62 | 0.65 |
| Hex | DD | 6C | 79 | 0 | 33 | 2D | D | 161 | 3E | 41 |
| Octal | 335 | 154 | 171 | 0 | 63 | 55 | 15 | 541 | 76 | 101 |
| Binary | 11011101 | 1101100 | 1111001 | 0 | 110011 | 101101 | 1101 | 101100001 | 111110 | 1000001 |
Color Harmonies of #DD6C79
Complementary color
Monochromatic Colors of #DD6C79
Black with #DD6C79
Text Example
Text Example
White with #DD6C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C79; }
p { color: rgb(221,108,121); }
H1.HeaderClassName
{
color: #DD6C79;
}
.AnyTagClassName
{
color: #DD6C79;
}
</style>
background-color css
<style>
a { background-color: #DD6C79; }
a { background-color: rgb(221,108,121); }
div.DivClassName
{
background-color: #DD6C79;
}
.BgClassName
{
background-color: #DD6C79;
}
</style>
border-color css
<style>
span { border-color: #DD6C79; }
span { border-color: rgb(221,108,121); }
td.TdClassName
{
border-color: #DD6C79;
}
.TagClassName
{
border-color: #DD6C79;
}
</style>