Shades of Froly #DC6570
Tints of Froly #DC6570
RGB
CMYK
RGB Variations
Color information
#DC6570 (or 0xDC6570) is known color: Froly. HEX triplet: DC, 65 and 70. RGB value is (220,101,112). Sum of RGB (Red+Green+Blue) = 220+101+112=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6570 is #239A8F. Grayscale: #898989. Windows color (decimal): -2333328 or 7366108. OLE color: 7366108.
HSL color Cylindrical-coordinate representation of color #DC6570: hue angle of 354.45º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6570 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 112 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.14 |
| HSL | 354.45º | 0.63% | 0.63% | - |
| HSV(B) | 354.45º | 0.54% | 0.86% | - |
| XYZ | 37.09 | 25.69 | 18.33 | - |
| YUV | 137.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 112 | 0 | 0.54 | 0.49 | 0.14 | 354.45 | 0.63 | 0.63 |
| Hex | DC | 65 | 70 | 0 | 36 | 31 | E | 162 | 3F | 3F |
| Octal | 334 | 145 | 160 | 0 | 66 | 61 | 16 | 542 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1110000 | 0 | 110110 | 110001 | 1110 | 101100010 | 111111 | 111111 |
Color Harmonies of #DC6570
Complementary color
Monochromatic Colors of #DC6570
Black with #DC6570
Text Example
Text Example
White with #DC6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6570; }
p { color: rgb(220,101,112); }
H1.HeaderClassName
{
color: #DC6570;
}
.AnyTagClassName
{
color: #DC6570;
}
</style>
background-color css
<style>
a { background-color: #DC6570; }
a { background-color: rgb(220,101,112); }
div.DivClassName
{
background-color: #DC6570;
}
.BgClassName
{
background-color: #DC6570;
}
</style>
border-color css
<style>
span { border-color: #DC6570; }
span { border-color: rgb(220,101,112); }
td.TdClassName
{
border-color: #DC6570;
}
.TagClassName
{
border-color: #DC6570;
}
</style>