Shades of Froly #DD7580
Tints of Froly #DD7580
RGB
CMYK
RGB Variations
Color information
#DD7580 (or 0xDD7580) is known color: Froly. HEX triplet: DD, 75 and 80. RGB value is (221,117,128). Sum of RGB (Red+Green+Blue) = 221+117+128=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7580 is #228A7F. Grayscale: #959595. Windows color (decimal): -2263680 or 8418781. OLE color: 8418781.
HSL color Cylindrical-coordinate representation of color #DD7580: hue angle of 353.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7580 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 128 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.13 |
| HSL | 353.65º | 0.6% | 0.66% | - |
| HSV(B) | 353.65º | 0.47% | 0.87% | - |
| XYZ | 40.08 | 29.65 | 24.03 | - |
| YUV | 149.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 128 | 0 | 0.47 | 0.42 | 0.13 | 353.65 | 0.6 | 0.66 |
| Hex | DD | 75 | 80 | 0 | 2F | 2A | D | 162 | 3C | 42 |
| Octal | 335 | 165 | 200 | 0 | 57 | 52 | 15 | 542 | 74 | 102 |
| Binary | 11011101 | 1110101 | 10000000 | 0 | 101111 | 101010 | 1101 | 101100010 | 111100 | 1000010 |
Color Harmonies of #DD7580
Complementary color
Monochromatic Colors of #DD7580
Black with #DD7580
Text Example
Text Example
White with #DD7580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7580; }
p { color: rgb(221,117,128); }
H1.HeaderClassName
{
color: #DD7580;
}
.AnyTagClassName
{
color: #DD7580;
}
</style>
background-color css
<style>
a { background-color: #DD7580; }
a { background-color: rgb(221,117,128); }
div.DivClassName
{
background-color: #DD7580;
}
.BgClassName
{
background-color: #DD7580;
}
</style>
border-color css
<style>
span { border-color: #DD7580; }
span { border-color: rgb(221,117,128); }
td.TdClassName
{
border-color: #DD7580;
}
.TagClassName
{
border-color: #DD7580;
}
</style>