Shades of Froly #DC7A81
Tints of Froly #DC7A81
RGB
CMYK
RGB Variations
Color information
#DC7A81 (or 0xDC7A81) is known color: Froly. HEX triplet: DC, 7A and 81. RGB value is (220,122,129). Sum of RGB (Red+Green+Blue) = 220+122+129=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7A81 is #23857E. Grayscale: #989898. Windows color (decimal): -2327935 or 8485596. OLE color: 8485596.
HSL color Cylindrical-coordinate representation of color #DC7A81: hue angle of 355.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7A81 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 129 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.14 |
| HSL | 355.71º | 0.58% | 0.67% | - |
| HSV(B) | 355.71º | 0.45% | 0.86% | - |
| XYZ | 40.44 | 30.72 | 24.57 | - |
| YUV | 152.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 129 | 0 | 0.45 | 0.41 | 0.14 | 355.71 | 0.58 | 0.67 |
| Hex | DC | 7A | 81 | 0 | 2D | 29 | E | 164 | 3A | 43 |
| Octal | 334 | 172 | 201 | 0 | 55 | 51 | 16 | 544 | 72 | 103 |
| Binary | 11011100 | 1111010 | 10000001 | 0 | 101101 | 101001 | 1110 | 101100100 | 111010 | 1000011 |
Color Harmonies of #DC7A81
Complementary color
Monochromatic Colors of #DC7A81
Black with #DC7A81
Text Example
Text Example
White with #DC7A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A81; }
p { color: rgb(220,122,129); }
H1.HeaderClassName
{
color: #DC7A81;
}
.AnyTagClassName
{
color: #DC7A81;
}
</style>
background-color css
<style>
a { background-color: #DC7A81; }
a { background-color: rgb(220,122,129); }
div.DivClassName
{
background-color: #DC7A81;
}
.BgClassName
{
background-color: #DC7A81;
}
</style>
border-color css
<style>
span { border-color: #DC7A81; }
span { border-color: rgb(220,122,129); }
td.TdClassName
{
border-color: #DC7A81;
}
.TagClassName
{
border-color: #DC7A81;
}
</style>