Shades of Froly #DD5E6F
Tints of Froly #DD5E6F
RGB
CMYK
RGB Variations
Color information
#DD5E6F (or 0xDD5E6F) is known color: Froly. HEX triplet: DD, 5E and 6F. RGB value is (221,94,111). Sum of RGB (Red+Green+Blue) = 221+94+111=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E6F is #22A190. Grayscale: #858585. Windows color (decimal): -2269585 or 7298781. OLE color: 7298781.
HSL color Cylindrical-coordinate representation of color #DD5E6F: hue angle of 351.97º 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 #DD5E6F is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 111 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.13 |
| HSL | 351.97º | 0.65% | 0.62% | - |
| HSV(B) | 351.97º | 0.57% | 0.87% | - |
| XYZ | 36.69 | 24.53 | 17.84 | - |
| YUV | 133.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 111 | 0 | 0.57 | 0.50 | 0.13 | 351.97 | 0.65 | 0.62 |
| Hex | DD | 5E | 6F | 0 | 39 | 32 | D | 160 | 41 | 3E |
| Octal | 335 | 136 | 157 | 0 | 71 | 62 | 15 | 540 | 101 | 76 |
| Binary | 11011101 | 1011110 | 1101111 | 0 | 111001 | 110010 | 1101 | 101100000 | 1000001 | 111110 |
Color Harmonies of #DD5E6F
Complementary color
Monochromatic Colors of #DD5E6F
Black with #DD5E6F
Text Example
Text Example
White with #DD5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E6F; }
p { color: rgb(221,94,111); }
H1.HeaderClassName
{
color: #DD5E6F;
}
.AnyTagClassName
{
color: #DD5E6F;
}
</style>
background-color css
<style>
a { background-color: #DD5E6F; }
a { background-color: rgb(221,94,111); }
div.DivClassName
{
background-color: #DD5E6F;
}
.BgClassName
{
background-color: #DD5E6F;
}
</style>
border-color css
<style>
span { border-color: #DD5E6F; }
span { border-color: rgb(221,94,111); }
td.TdClassName
{
border-color: #DD5E6F;
}
.TagClassName
{
border-color: #DD5E6F;
}
</style>