Shades of Froly #DD6B73
Tints of Froly #DD6B73
RGB
CMYK
RGB Variations
Color information
#DD6B73 (or 0xDD6B73) is known color: Froly. HEX triplet: DD, 6B and 73. RGB value is (221,107,115). Sum of RGB (Red+Green+Blue) = 221+107+115=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B73 is #22948C. Grayscale: #8E8E8E. Windows color (decimal): -2266253 or 7564253. OLE color: 7564253.
HSL color Cylindrical-coordinate representation of color #DD6B73: hue angle of 355.79º 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 #DD6B73 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 115 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.13 |
| HSL | 355.79º | 0.63% | 0.64% | - |
| HSV(B) | 355.79º | 0.52% | 0.87% | - |
| XYZ | 38.17 | 27.13 | 19.44 | - |
| YUV | 142 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 115 | 0 | 0.52 | 0.48 | 0.13 | 355.79 | 0.63 | 0.64 |
| Hex | DD | 6B | 73 | 0 | 34 | 30 | D | 164 | 3F | 40 |
| Octal | 335 | 153 | 163 | 0 | 64 | 60 | 15 | 544 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1110011 | 0 | 110100 | 110000 | 1101 | 101100100 | 111111 | 1000000 |
Color Harmonies of #DD6B73
Complementary color
Monochromatic Colors of #DD6B73
Black with #DD6B73
Text Example
Text Example
White with #DD6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B73; }
p { color: rgb(221,107,115); }
H1.HeaderClassName
{
color: #DD6B73;
}
.AnyTagClassName
{
color: #DD6B73;
}
</style>
background-color css
<style>
a { background-color: #DD6B73; }
a { background-color: rgb(221,107,115); }
div.DivClassName
{
background-color: #DD6B73;
}
.BgClassName
{
background-color: #DD6B73;
}
</style>
border-color css
<style>
span { border-color: #DD6B73; }
span { border-color: rgb(221,107,115); }
td.TdClassName
{
border-color: #DD6B73;
}
.TagClassName
{
border-color: #DD6B73;
}
</style>