Shades of Froly #DD7F81
Tints of Froly #DD7F81
RGB
CMYK
RGB Variations
Color information
#DD7F81 (or 0xDD7F81) is known color: Froly. HEX triplet: DD, 7F and 81. RGB value is (221,127,129). Sum of RGB (Red+Green+Blue) = 221+127+129=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F81 is #22807E. Grayscale: #9B9B9B. Windows color (decimal): -2261119 or 8486877. OLE color: 8486877.
HSL color Cylindrical-coordinate representation of color #DD7F81: hue angle of 358.72º 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 #DD7F81 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 129 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.13 |
| HSL | 358.72º | 0.58% | 0.68% | - |
| HSV(B) | 358.72º | 0.43% | 0.87% | - |
| XYZ | 41.37 | 32.14 | 24.79 | - |
| YUV | 155.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 129 | 0 | 0.43 | 0.42 | 0.13 | 358.72 | 0.58 | 0.68 |
| Hex | DD | 7F | 81 | 0 | 2B | 2A | D | 167 | 3A | 44 |
| Octal | 335 | 177 | 201 | 0 | 53 | 52 | 15 | 547 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10000001 | 0 | 101011 | 101010 | 1101 | 101100111 | 111010 | 1000100 |
Color Harmonies of #DD7F81
Complementary color
Monochromatic Colors of #DD7F81
Black with #DD7F81
Text Example
Text Example
White with #DD7F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F81; }
p { color: rgb(221,127,129); }
H1.HeaderClassName
{
color: #DD7F81;
}
.AnyTagClassName
{
color: #DD7F81;
}
</style>
background-color css
<style>
a { background-color: #DD7F81; }
a { background-color: rgb(221,127,129); }
div.DivClassName
{
background-color: #DD7F81;
}
.BgClassName
{
background-color: #DD7F81;
}
</style>
border-color css
<style>
span { border-color: #DD7F81; }
span { border-color: rgb(221,127,129); }
td.TdClassName
{
border-color: #DD7F81;
}
.TagClassName
{
border-color: #DD7F81;
}
</style>