Shades of Froly #DD6163
Tints of Froly #DD6163
RGB
CMYK
RGB Variations
Color information
#DD6163 (or 0xDD6163) is known color: Froly. HEX triplet: DD, 61 and 63. RGB value is (221,97,99). Sum of RGB (Red+Green+Blue) = 221+97+99=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6163 is #229E9C. Grayscale: #868686. Windows color (decimal): -2268829 or 6513117. OLE color: 6513117.
HSL color Cylindrical-coordinate representation of color #DD6163: hue angle of 359.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6163 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 99 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.13 |
| HSL | 359.03º | 0.65% | 0.62% | - |
| HSV(B) | 359.03º | 0.56% | 0.87% | - |
| XYZ | 36.35 | 24.82 | 14.68 | - |
| YUV | 134.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 99 | 0 | 0.56 | 0.55 | 0.13 | 359.03 | 0.65 | 0.62 |
| Hex | DD | 61 | 63 | 0 | 38 | 37 | D | 167 | 41 | 3E |
| Octal | 335 | 141 | 143 | 0 | 70 | 67 | 15 | 547 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1100011 | 0 | 111000 | 110111 | 1101 | 101100111 | 1000001 | 111110 |
Color Harmonies of #DD6163
Complementary color
Monochromatic Colors of #DD6163
Black with #DD6163
Text Example
Text Example
White with #DD6163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6163; }
p { color: rgb(221,97,99); }
H1.HeaderClassName
{
color: #DD6163;
}
.AnyTagClassName
{
color: #DD6163;
}
</style>
background-color css
<style>
a { background-color: #DD6163; }
a { background-color: rgb(221,97,99); }
div.DivClassName
{
background-color: #DD6163;
}
.BgClassName
{
background-color: #DD6163;
}
</style>
border-color css
<style>
span { border-color: #DD6163; }
span { border-color: rgb(221,97,99); }
td.TdClassName
{
border-color: #DD6163;
}
.TagClassName
{
border-color: #DD6163;
}
</style>