Shades of Froly #DC707A
Tints of Froly #DC707A
RGB
CMYK
RGB Variations
Color information
#DC707A (or 0xDC707A) is known color: Froly. HEX triplet: DC, 70 and 7A. RGB value is (220,112,122). Sum of RGB (Red+Green+Blue) = 220+112+122=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC707A is #238F85. Grayscale: #919191. Windows color (decimal): -2330502 or 8024284. OLE color: 8024284.
HSL color Cylindrical-coordinate representation of color #DC707A: hue angle of 354.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC707A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 122 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.14 |
| HSL | 354.44º | 0.61% | 0.65% | - |
| HSV(B) | 354.44º | 0.49% | 0.86% | - |
| XYZ | 38.82 | 28.21 | 21.81 | - |
| YUV | 145.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 122 | 0 | 0.49 | 0.45 | 0.14 | 354.44 | 0.61 | 0.65 |
| Hex | DC | 70 | 7A | 0 | 31 | 2D | E | 162 | 3D | 41 |
| Octal | 334 | 160 | 172 | 0 | 61 | 55 | 16 | 542 | 75 | 101 |
| Binary | 11011100 | 1110000 | 1111010 | 0 | 110001 | 101101 | 1110 | 101100010 | 111101 | 1000001 |
Color Harmonies of #DC707A
Complementary color
Monochromatic Colors of #DC707A
Black with #DC707A
Text Example
Text Example
White with #DC707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC707A; }
p { color: rgb(220,112,122); }
H1.HeaderClassName
{
color: #DC707A;
}
.AnyTagClassName
{
color: #DC707A;
}
</style>
background-color css
<style>
a { background-color: #DC707A; }
a { background-color: rgb(220,112,122); }
div.DivClassName
{
background-color: #DC707A;
}
.BgClassName
{
background-color: #DC707A;
}
</style>
border-color css
<style>
span { border-color: #DC707A; }
span { border-color: rgb(220,112,122); }
td.TdClassName
{
border-color: #DC707A;
}
.TagClassName
{
border-color: #DC707A;
}
</style>