Shades of Froly #DC8081
Tints of Froly #DC8081
RGB
CMYK
RGB Variations
Color information
#DC8081 (or 0xDC8081) is known color: Froly. HEX triplet: DC, 80 and 81. RGB value is (220,128,129). Sum of RGB (Red+Green+Blue) = 220+128+129=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8081 is #237F7E. Grayscale: #9B9B9B. Windows color (decimal): -2326399 or 8487132. OLE color: 8487132.
HSL color Cylindrical-coordinate representation of color #DC8081: hue angle of 359.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC8081 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 129 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.14 |
| HSL | 359.35º | 0.57% | 0.68% | - |
| HSV(B) | 359.35º | 0.42% | 0.86% | - |
| XYZ | 41.2 | 32.24 | 24.82 | - |
| YUV | 155.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 129 | 0 | 0.42 | 0.41 | 0.14 | 359.35 | 0.57 | 0.68 |
| Hex | DC | 80 | 81 | 0 | 2A | 29 | E | 167 | 39 | 44 |
| Octal | 334 | 200 | 201 | 0 | 52 | 51 | 16 | 547 | 71 | 104 |
| Binary | 11011100 | 10000000 | 10000001 | 0 | 101010 | 101001 | 1110 | 101100111 | 111001 | 1000100 |
Color Harmonies of #DC8081
Complementary color
Monochromatic Colors of #DC8081
Black with #DC8081
Text Example
Text Example
White with #DC8081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8081; }
p { color: rgb(220,128,129); }
H1.HeaderClassName
{
color: #DC8081;
}
.AnyTagClassName
{
color: #DC8081;
}
</style>
background-color css
<style>
a { background-color: #DC8081; }
a { background-color: rgb(220,128,129); }
div.DivClassName
{
background-color: #DC8081;
}
.BgClassName
{
background-color: #DC8081;
}
</style>
border-color css
<style>
span { border-color: #DC8081; }
span { border-color: rgb(220,128,129); }
td.TdClassName
{
border-color: #DC8081;
}
.TagClassName
{
border-color: #DC8081;
}
</style>