Shades of Froly #DD606D
Tints of Froly #DD606D
RGB
CMYK
RGB Variations
Color information
#DD606D (or 0xDD606D) is known color: Froly. HEX triplet: DD, 60 and 6D. RGB value is (221,96,109). Sum of RGB (Red+Green+Blue) = 221+96+109=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD606D is #229F92. Grayscale: #868686. Windows color (decimal): -2269075 or 7168221. OLE color: 7168221.
HSL color Cylindrical-coordinate representation of color #DD606D: hue angle of 353.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD606D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 109 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.13 |
| HSL | 353.76º | 0.65% | 0.62% | - |
| HSV(B) | 353.76º | 0.57% | 0.87% | - |
| XYZ | 36.76 | 24.84 | 17.33 | - |
| YUV | 134.86 | 113.41 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 109 | 0 | 0.57 | 0.51 | 0.13 | 353.76 | 0.65 | 0.62 |
| Hex | DD | 60 | 6D | 0 | 39 | 33 | D | 162 | 41 | 3E |
| Octal | 335 | 140 | 155 | 0 | 71 | 63 | 15 | 542 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1101101 | 0 | 111001 | 110011 | 1101 | 101100010 | 1000001 | 111110 |
Color Harmonies of #DD606D
Complementary color
Monochromatic Colors of #DD606D
Black with #DD606D
Text Example
Text Example
White with #DD606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD606D; }
p { color: rgb(221,96,109); }
H1.HeaderClassName
{
color: #DD606D;
}
.AnyTagClassName
{
color: #DD606D;
}
</style>
background-color css
<style>
a { background-color: #DD606D; }
a { background-color: rgb(221,96,109); }
div.DivClassName
{
background-color: #DD606D;
}
.BgClassName
{
background-color: #DD606D;
}
</style>
border-color css
<style>
span { border-color: #DD606D; }
span { border-color: rgb(221,96,109); }
td.TdClassName
{
border-color: #DD606D;
}
.TagClassName
{
border-color: #DD606D;
}
</style>