Shades of Froly #DD7F83
Tints of Froly #DD7F83
RGB
CMYK
RGB Variations
Color information
#DD7F83 (or 0xDD7F83) is known color: Froly. HEX triplet: DD, 7F and 83. RGB value is (221,127,131). Sum of RGB (Red+Green+Blue) = 221+127+131=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F83 is #22807C. Grayscale: #9B9B9B. Windows color (decimal): -2261117 or 8617949. OLE color: 8617949.
HSL color Cylindrical-coordinate representation of color #DD7F83: hue angle of 357.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7F83 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 131 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.13 |
| HSL | 357.45º | 0.58% | 0.68% | - |
| HSV(B) | 357.45º | 0.43% | 0.87% | - |
| XYZ | 41.5 | 32.19 | 25.5 | - |
| YUV | 155.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 131 | 0 | 0.43 | 0.41 | 0.13 | 357.45 | 0.58 | 0.68 |
| Hex | DD | 7F | 83 | 0 | 2B | 29 | D | 165 | 3A | 44 |
| Octal | 335 | 177 | 203 | 0 | 53 | 51 | 15 | 545 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10000011 | 0 | 101011 | 101001 | 1101 | 101100101 | 111010 | 1000100 |
Color Harmonies of #DD7F83
Complementary color
Monochromatic Colors of #DD7F83
Black with #DD7F83
Text Example
Text Example
White with #DD7F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F83; }
p { color: rgb(221,127,131); }
H1.HeaderClassName
{
color: #DD7F83;
}
.AnyTagClassName
{
color: #DD7F83;
}
</style>
background-color css
<style>
a { background-color: #DD7F83; }
a { background-color: rgb(221,127,131); }
div.DivClassName
{
background-color: #DD7F83;
}
.BgClassName
{
background-color: #DD7F83;
}
</style>
border-color css
<style>
span { border-color: #DD7F83; }
span { border-color: rgb(221,127,131); }
td.TdClassName
{
border-color: #DD7F83;
}
.TagClassName
{
border-color: #DD7F83;
}
</style>