Shades of Froly #DE7A81
Tints of Froly #DE7A81
RGB
CMYK
RGB Variations
Color information
#DE7A81 (or 0xDE7A81) is known color: Froly. HEX triplet: DE, 7A and 81. RGB value is (222,122,129). Sum of RGB (Red+Green+Blue) = 222+122+129=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A81 is #21857E. Grayscale: #989898. Windows color (decimal): -2196863 or 8485598. OLE color: 8485598.
HSL color Cylindrical-coordinate representation of color #DE7A81: hue angle of 355.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7A81 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 129 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.13 |
| HSL | 355.8º | 0.6% | 0.67% | - |
| HSV(B) | 355.8º | 0.45% | 0.87% | - |
| XYZ | 41.05 | 31.03 | 24.6 | - |
| YUV | 152.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 129 | 0 | 0.45 | 0.42 | 0.13 | 355.8 | 0.6 | 0.67 |
| Hex | DE | 7A | 81 | 0 | 2D | 2A | D | 164 | 3C | 43 |
| Octal | 336 | 172 | 201 | 0 | 55 | 52 | 15 | 544 | 74 | 103 |
| Binary | 11011110 | 1111010 | 10000001 | 0 | 101101 | 101010 | 1101 | 101100100 | 111100 | 1000011 |
Color Harmonies of #DE7A81
Complementary color
Monochromatic Colors of #DE7A81
Black with #DE7A81
Text Example
Text Example
White with #DE7A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A81; }
p { color: rgb(222,122,129); }
H1.HeaderClassName
{
color: #DE7A81;
}
.AnyTagClassName
{
color: #DE7A81;
}
</style>
background-color css
<style>
a { background-color: #DE7A81; }
a { background-color: rgb(222,122,129); }
div.DivClassName
{
background-color: #DE7A81;
}
.BgClassName
{
background-color: #DE7A81;
}
</style>
border-color css
<style>
span { border-color: #DE7A81; }
span { border-color: rgb(222,122,129); }
td.TdClassName
{
border-color: #DE7A81;
}
.TagClassName
{
border-color: #DE7A81;
}
</style>