Shades of Froly #DD6A7C
Tints of Froly #DD6A7C
RGB
CMYK
RGB Variations
Color information
#DD6A7C (or 0xDD6A7C) is known color: Froly. HEX triplet: DD, 6A and 7C. RGB value is (221,106,124). Sum of RGB (Red+Green+Blue) = 221+106+124=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A7C is #229583. Grayscale: #8E8E8E. Windows color (decimal): -2266500 or 8153821. OLE color: 8153821.
HSL color Cylindrical-coordinate representation of color #DD6A7C: hue angle of 350.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A7C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 124 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.13 |
| HSL | 350.61º | 0.63% | 0.64% | - |
| HSV(B) | 350.61º | 0.52% | 0.87% | - |
| XYZ | 38.61 | 27.14 | 22.27 | - |
| YUV | 142.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 124 | 0 | 0.52 | 0.44 | 0.13 | 350.61 | 0.63 | 0.64 |
| Hex | DD | 6A | 7C | 0 | 34 | 2C | D | 15F | 3F | 40 |
| Octal | 335 | 152 | 174 | 0 | 64 | 54 | 15 | 537 | 77 | 100 |
| Binary | 11011101 | 1101010 | 1111100 | 0 | 110100 | 101100 | 1101 | 101011111 | 111111 | 1000000 |
Color Harmonies of #DD6A7C
Complementary color
Monochromatic Colors of #DD6A7C
Black with #DD6A7C
Text Example
Text Example
White with #DD6A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A7C; }
p { color: rgb(221,106,124); }
H1.HeaderClassName
{
color: #DD6A7C;
}
.AnyTagClassName
{
color: #DD6A7C;
}
</style>
background-color css
<style>
a { background-color: #DD6A7C; }
a { background-color: rgb(221,106,124); }
div.DivClassName
{
background-color: #DD6A7C;
}
.BgClassName
{
background-color: #DD6A7C;
}
</style>
border-color css
<style>
span { border-color: #DD6A7C; }
span { border-color: rgb(221,106,124); }
td.TdClassName
{
border-color: #DD6A7C;
}
.TagClassName
{
border-color: #DD6A7C;
}
</style>