Shades of Froly #DD6B76
Tints of Froly #DD6B76
RGB
CMYK
RGB Variations
Color information
#DD6B76 (or 0xDD6B76) is known color: Froly. HEX triplet: DD, 6B and 76. RGB value is (221,107,118). Sum of RGB (Red+Green+Blue) = 221+107+118=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B76 is #229489. Grayscale: #8E8E8E. Windows color (decimal): -2266250 or 7760861. OLE color: 7760861.
HSL color Cylindrical-coordinate representation of color #DD6B76: hue angle of 354.21º 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 #DD6B76 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 118 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.13 |
| HSL | 354.21º | 0.63% | 0.64% | - |
| HSV(B) | 354.21º | 0.52% | 0.87% | - |
| XYZ | 38.35 | 27.2 | 20.37 | - |
| YUV | 142.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 118 | 0 | 0.52 | 0.47 | 0.13 | 354.21 | 0.63 | 0.64 |
| Hex | DD | 6B | 76 | 0 | 34 | 2F | D | 162 | 3F | 40 |
| Octal | 335 | 153 | 166 | 0 | 64 | 57 | 15 | 542 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1110110 | 0 | 110100 | 101111 | 1101 | 101100010 | 111111 | 1000000 |
Color Harmonies of #DD6B76
Complementary color
Monochromatic Colors of #DD6B76
Black with #DD6B76
Text Example
Text Example
White with #DD6B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B76; }
p { color: rgb(221,107,118); }
H1.HeaderClassName
{
color: #DD6B76;
}
.AnyTagClassName
{
color: #DD6B76;
}
</style>
background-color css
<style>
a { background-color: #DD6B76; }
a { background-color: rgb(221,107,118); }
div.DivClassName
{
background-color: #DD6B76;
}
.BgClassName
{
background-color: #DD6B76;
}
</style>
border-color css
<style>
span { border-color: #DD6B76; }
span { border-color: rgb(221,107,118); }
td.TdClassName
{
border-color: #DD6B76;
}
.TagClassName
{
border-color: #DD6B76;
}
</style>