Shades of Froly #DD5F74
Tints of Froly #DD5F74
RGB
CMYK
RGB Variations
Color information
#DD5F74 (or 0xDD5F74) is known color: Froly. HEX triplet: DD, 5F and 74. RGB value is (221,95,116). Sum of RGB (Red+Green+Blue) = 221+95+116=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F74 is #22A08B. Grayscale: #878787. Windows color (decimal): -2269324 or 7626717. OLE color: 7626717.
HSL color Cylindrical-coordinate representation of color #DD5F74: hue angle of 350º 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 #DD5F74 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 95 | 116 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.13 |
| HSL | 350º | 0.65% | 0.62% | - |
| HSV(B) | 350º | 0.57% | 0.87% | - |
| XYZ | 37.06 | 24.82 | 19.36 | - |
| YUV | 135.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 116 | 0 | 0.57 | 0.48 | 0.13 | 350 | 0.65 | 0.62 |
| Hex | DD | 5F | 74 | 0 | 39 | 30 | D | 15E | 41 | 3E |
| Octal | 335 | 137 | 164 | 0 | 71 | 60 | 15 | 536 | 101 | 76 |
| Binary | 11011101 | 1011111 | 1110100 | 0 | 111001 | 110000 | 1101 | 101011110 | 1000001 | 111110 |
Color Harmonies of #DD5F74
Complementary color
Monochromatic Colors of #DD5F74
Black with #DD5F74
Text Example
Text Example
White with #DD5F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5F74; }
p { color: rgb(221,95,116); }
H1.HeaderClassName
{
color: #DD5F74;
}
.AnyTagClassName
{
color: #DD5F74;
}
</style>
background-color css
<style>
a { background-color: #DD5F74; }
a { background-color: rgb(221,95,116); }
div.DivClassName
{
background-color: #DD5F74;
}
.BgClassName
{
background-color: #DD5F74;
}
</style>
border-color css
<style>
span { border-color: #DD5F74; }
span { border-color: rgb(221,95,116); }
td.TdClassName
{
border-color: #DD5F74;
}
.TagClassName
{
border-color: #DD5F74;
}
</style>