Shades of Froly #DC707C
Tints of Froly #DC707C
RGB
CMYK
RGB Variations
Color information
#DC707C (or 0xDC707C) is known color: Froly. HEX triplet: DC, 70 and 7C. RGB value is (220,112,124). Sum of RGB (Red+Green+Blue) = 220+112+124=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC707C is #238F83. Grayscale: #919191. Windows color (decimal): -2330500 or 8155356. OLE color: 8155356.
HSL color Cylindrical-coordinate representation of color #DC707C: hue angle of 353.33º 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 #DC707C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 124 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.14 |
| HSL | 353.33º | 0.61% | 0.65% | - |
| HSV(B) | 353.33º | 0.49% | 0.86% | - |
| XYZ | 38.95 | 28.26 | 22.47 | - |
| YUV | 145.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 124 | 0 | 0.49 | 0.44 | 0.14 | 353.33 | 0.61 | 0.65 |
| Hex | DC | 70 | 7C | 0 | 31 | 2C | E | 161 | 3D | 41 |
| Octal | 334 | 160 | 174 | 0 | 61 | 54 | 16 | 541 | 75 | 101 |
| Binary | 11011100 | 1110000 | 1111100 | 0 | 110001 | 101100 | 1110 | 101100001 | 111101 | 1000001 |
Color Harmonies of #DC707C
Complementary color
Monochromatic Colors of #DC707C
Black with #DC707C
Text Example
Text Example
White with #DC707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC707C; }
p { color: rgb(220,112,124); }
H1.HeaderClassName
{
color: #DC707C;
}
.AnyTagClassName
{
color: #DC707C;
}
</style>
background-color css
<style>
a { background-color: #DC707C; }
a { background-color: rgb(220,112,124); }
div.DivClassName
{
background-color: #DC707C;
}
.BgClassName
{
background-color: #DC707C;
}
</style>
border-color css
<style>
span { border-color: #DC707C; }
span { border-color: rgb(220,112,124); }
td.TdClassName
{
border-color: #DC707C;
}
.TagClassName
{
border-color: #DC707C;
}
</style>